Fonts play an important role in design to make the design more beautiful. Example: Design of kid’s toys website if we use the simpl...
In CSS we use Google fonts to style our website, but most of the developer wants to use font offline, we can use font offline in CSS by using...
Font Awesome is a CSS file that contains icons of websites like phone icons, email icons, WhatsApp icons, etc. There are a number of similar ...
In this blog, we will learn how to use animation effects on websites like animate text, animate buttons, etc. we mostly see on website animat...
In this blog, you will learn how to use font awesome icon as content in pseudo-element property of CSS. Pseudo element is a very useful prope...
Media Query plays an important role to make a website responsive or device friendly. By using media query we can easily style our website acc...
Variable is used in programming languages such as C, C++, JS, Python, etc. to hold values that have to be used in the entire program. In a we...
In CSS2 we use float property to align our boxes, we can align our boxes left or right, we can’t align our boxes vertically and cen...
In this blog, we will learn CSS Vendor prefixes properties. Sometimes we see –moz, -webkit, -o etc. in...
In this blog, we will learn, how to design a custom scrollbar on a website. Nowadays custom scrollbar is trending, most websites use custom-d...
In this blog, we will learn how to create a smooth scroll via CSS. Sometimes there is a need to create a smooth scroll on a website, mostly w...
In this blog, we will learn about CSS types. CSS is used to style HTML elements such as change font size, color, background image, gradient, ...