Christmas Tree

Size
2,301 Kb
Views
54,648

How do I make an christmas tree?

What is a christmas tree? How do you make a christmas tree? This script and codes were developed by Ludvig Lindblom on 25 July 2022, Monday.

Christmas Tree Previews

Christmas Tree - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Christmas Tree</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class='tree'> <div class='snow'></div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Christmas Tree - Script Codes CSS Codes

body { background: #2c3e50; color: #fff;
}
.tree { position: relative; display: block; height: 0; width: 0; margin: 100px auto 0; border-left: 85px solid transparent; border-right: 85px solid transparent; border-bottom: 300px solid #1e7b4d;
}
.tree:after { display: block; content: ''; height: 0; width: 0; border-top: 300px solid transparent; border-left: 85px solid rgba(0, 0, 0, 0.1);
}
.tree:before { display: block; content: ''; width: 40px; height: 30px; background: #663300; position: absolute; top: 300px; left: -20px;
}
.tree .snow { position: absolute; left: -28px; display: block; content: ''; width: 0; height: 0; border-left: 28px solid transparent; border-right: 28px solid transparent; border-bottom: 100px solid #fff;
}
.tree .snow:before, .tree .snow:after { display: block; content: ''; width: 28px; height: 28px; background: #fff; border-radius: 50%; position: absolute; top: 88px;
}
.tree .snow:before { left: -28px;
}
Christmas Tree - Script Codes
Christmas Tree - Script Codes
Home Page Home
Developer Ludvig Lindblom
Username ludviglindblom
Uploaded July 25, 2022
Rating 3
Size 2,301 Kb
Views 54,648
Do you need developer help for Christmas Tree?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Ludvig Lindblom (ludviglindblom) Script Codes
Create amazing art & images with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!