web designing

Smooth Scroll in CSS

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 when we ha...

Types of css

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, rounded c...

Image Sprites

In the old days on a website if we want to use small icons then we used .png images. It creates a number of HTTP requests and made our website slow, B...

CSS Position

CSS Position is used to position our HTML element, sometimes we have to create a complex layout means a box on another box, a circle half inside the b...

CSS object-fit Property

CSS object-fit property is used to specify how your image and video will be fit into a box. Object fit property has properties to fit image or video w...

CSS Advanced Selectors

CSS selectors are used to select HTML elements in different-different ways. Most web designers know about common selectors they don’t have knowledge a...