#html5
Read more stories on Hashnode
Articles with this tag
Dark mode has become an essential accessibility feature for websites, providing a visually comfortable experience for users in low-light environments....
Images are the core and heaviest component of the website. In your carrier, in web development, you might have encountered the following report in the...
In this article, I will show you an easy way to create a gradient shadow in CSS. Inside the HTML file first, create a div: <div class="shadow"> <div...
Have you ever asked yourself why we use SVG over PNG when they're both just images? I've got a few answers to your question. In this article, I'll...
Images are an essential part of a website. Images are the heaviest part of a website which affects the loading time and affects the performance of the...
In this article, I will show you the simple way to create a triangle with CSS. Let's go! To create a triangle first, create a div: <div...