DEV Community

Freecodez
Freecodez

Posted on

3

Christmas tree using pure css

Hey there, You are most welcome to this article.

Christmas tree using pure css

Christmas tree using pure css

For full source code visit : https://freecodez.com/post/xqmxig8

<!-- https://freecodez.com -->
<div class="xmas">
    <div class="tree">
        <div class="ball">
            <div class="ball-1"></div>
            <div class="ball-2"></div>
            <div class="ball-3"></div>
            <div class="ball-4"></div>
            <div class="ball-5"></div>
            <div class="ball-6"></div>
            <div class="ball-7"></div>
            <div class="ball-8"></div>
            <div class="ball-9"></div>
        </div>
        <div class="tree-1"></div>
        <div class="tree-2"></div>
        <div class="tree-3"></div>
        <div class="tree-4"></div>
        <div class="tree-5"></div>
        <div class="tree-6"></div>
        <div class="tree-7"></div>
        <div class="tree-8"></div>
    </div>
    <div class="trunk"></div>
</div>
Enter fullscreen mode Exit fullscreen mode

Source Code : https://freecodez.com/post/xqmxig8

For more such articles visit : https://freecodez.com

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

Top comments (0)

nextjs tutorial video

Youtube Tutorial Series πŸ“Ί

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series πŸ‘€

Watch the Youtube series