DEV Community

Freecodez
Freecodez

Posted on

Sun Set Using Pure CSS No Image. Good Night ✨

Hey there, You are most welcome to this article. I hope you will enjoy this article. If you like this article then please share this article with your friends and colleagues. If you have any questions or suggestions regarding this article then please comment down below.

Sun Set Using Pure CSS No Image. Good Night ✨

Sun Set Using Pure CSS No Image. Good Night ✨

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

<!-- https://freecodez.com -->
<div id="ui">
    <div class="sun"></div>
    <div class="sea">
        <div class="wave"></div>
        <div class="wave"></div>
        <div class="wave"></div>
        <div class="wave"></div>
        <div class="wave"></div>
        <div class="wave"></div>
    </div>
        <h1>Good Night</h1>
</div>
Enter fullscreen mode Exit fullscreen mode

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

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

Top comments (0)