Category: CSS

Padding – CSS

To add space between HTML element border and its content. CSS also allows to set padding of specific sides like…

Selectors – CSS

It is used to apply style to html element to change its look and feel. A selector can be html…

Border style – CSS

Use CSS border-style property To set different border types of HTML Elements. Follow are the different border types: dotted Sets…

CSS Border

border property sets an HTML Element border and its width, color & style. By default html element borders are not…

Background CSS

Background property sets background color or background image of HTML Elements. Following are the CSS background properties: Background Color of…

CSS Syntax

To apply CSS in HTML elements, selector and declaration block is required. Selector is HTML elements name, id or class…

How to use/implement CSS

CSS can be implemented in three ways in an HTML document(webpage): Inline CSS To style a specific HTML element, Inline…

What is CSS

Css stands for cascading style sheet. HTML is not able to change html elements or tags look and feel or…