Category: CSS

Font weight: CSS

Use font-weight css property, to set the thickness or boldness of a font. Bold font weight Example Normal font weight…

Font size – CSS

To set size of a font. font-size property effects or changes the font height. Default font size is 16px. Font…

Display – CSS

Display property manages the layout of the HTML Element in Document(Webpage)In HTML, every element has a default display property. Following…

Overflow – CSS

Content may cross the boundaries of an HTML Element. To control this behavior CSS overflow property is used. With this…

Outline – CSS

It is a line around the HTML Element. Outline seems like border but it is not true.Following are the facts…

Opacity – CSS

Opacity css property makes HTML element or Images transparent. It accepts value in between 0.0 to 1.0 Transparent HTML element…

Clear – CSS

Html Elements with float property, floats in the specified direction, either left or right.But, these floated elements effects the very…

Float – CSS

It is a CSS property, specifies to position html elements towards left or right side.Default float value is none. Float…

Margin – CSS

To add space around HTML element border. CSS also allows to set margin of specific sides like top, right, bottom,…