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 image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)