SYSumeet Yadavinsumeet16.hashnode.dev路Jul 15, 2021 路 3 min readDark and Light Mode using CSS and JSHey folks, in this blog, we will learn how to add dark and light mode features to your website, it's really easy to add this feature to your website. I am going to explain the whole process step-by-step, so follow along 馃槑. Steps: <body> <div cla...00
SYSumeet Yadavinsumeet16.hashnode.dev路Jul 6, 2021 路 2 min readImporting custom font in HTML and CSSThere are many web developers who are starting out and don't know how to add custom fonts to their websites! I believe you have arrived at the right place. In this blog, I am going to explain to you how to import custom fonts to your website. Adding ...00
SYSumeet Yadavinsumeet16.hashnode.dev路Jul 6, 2021 路 1 min readBoxShadow property in CSSIn this blog, we are going to learn a CSS property called BoxShadow, so let's get started. First of all, let's go through the syntax of this property. BoxShadow without blur filter As you can see in the picture there is a black shadow applied to ...00