Shabaz Alam has Published 55 Articles

How to adjust CSS for specific zoom level ?

Shabaz Alam

Shabaz Alam

Updated on 09-Mar-2023 14:32:57

9K+ Views

In this article, we will learn How to Adjust specific zoom level in CSS. Adjust specific zoom level in the website using CSS, we need CSS zoom properties with animation and @media rules. What is the zoom level in CSS? The "zoom" level refers to the level of ... Read More

How to add space (" ") after an element using :after selector in CSS?

Shabaz Alam

Shabaz Alam

Updated on 09-Mar-2023 14:28:51

4K+ Views

The space character (" ") is used to add space between elements in CSS. it used in the content property of a pseudo-selector, such as :after or :before, it creates a blank space that can be used to separate elements or add visual spacing to a web page. In ... Read More

How to add some non-standard font to a website in CSS?

Shabaz Alam

Shabaz Alam

Updated on 09-Mar-2023 14:24:27

320 Views

A non-standard font refers to any font that is not a part of the default set of fonts that are available in most browsers in CSS. Default fonts, including Arial, Times New Roman, and Verdana, are standard fonts because they are pre-installed on most computers and devices. Non-standard fonts ... Read More

How to add section that is quoted from another source using HTML?

Shabaz Alam

Shabaz Alam

Updated on 09-Mar-2023 14:16:50

117 Views

A quote is a text element that is used to indicate a quotation or a passage of text that is being referenced or cited. There are two main ways to create a quote in HTML: the "blockquote" tag and the "q" tag. Adding a section that is quoted from ... Read More

How to add rounded corner to an element using CSS?

Shabaz Alam

Shabaz Alam

Updated on 09-Mar-2023 14:11:44

1K+ Views

Rounded corners add a soft and smooth look to a website and make it more visually appealing. It is a subtle design element that can make a big difference in the overall look and feel of a website. In CSS, a rounded corner is a design element that creates ... Read More

Advertisements