Shabaz Alam has Published 55 Articles

How to change the font size using CSS?

Shabaz Alam

Shabaz Alam

Updated on 09-Mar-2023 14:35:21

1K+ Views

CSS, or Cascading Style Sheets, is a powerful tool for controlling the visual presentation of a webpage. One aspect of this is the ability to adjust the font size of text elements on the page. This can be done by using the font-size property. To set a specific font ... 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

6K+ 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

703 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

231 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

2K+ 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