Dhairya Shah
Dhairya Shah's Blog

Dhairya Shah's Blog

Follow
homeProjectsSupport my work 🌟badgesnewsletter
Tag

HTML5

#html5

More content

Read more stories on Hashnode


Articles with this tag

No JavaScript Required: Adding Dark Mode to Your Website with CSS

Mar 8, 20231 min read 55 views

Dark mode has become an essential accessibility feature for websites, providing a visually comfortable experience for users in low-light environments....

No JavaScript Required: Adding Dark Mode to Your Website with CSS

How to optimize images for website?

Sep 23, 20222 min read 75 views

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...

How to optimize images for website?

How to create gradient shadow in CSS

Sep 14, 20221 min read 44 views

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...

How to create gradient shadow in CSS

Why SVG and not PNG?

Sep 13, 20222 min read 62 views

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...

Why SVG and not PNG?

Lazy Loading Images

Sep 8, 20221 min read 40 views

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...

Lazy Loading Images

How to create CSS Triangle

Sep 5, 20221 min read 40 views

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...

How to create CSS Triangle