18/03/2024 Education - Training
In CSS margins are used to control space around an HTML element.
Margins create space between other element and browser window
For individual sides(top, bottom,right,left) we can set different sizes of margins
Margins are completely transparent and doesn't have any background color
Margin properties can have the following values:
Length in cm, px, pt, etc.
Width % of the element.
Margin calculated by the browser: auto.
margin properties:
margin-top:Indicates the margin on the top of an element.
margin-right: Indicates the margin on the right side of an element.
margin-bottom:Indicates the margin on the bottom of an element.
margin-left: Indicates the margin on the left side of an element.
Note: The margin property allows negative values.
CSS tutorial or CSS 3 tutorial provides basic and advanced concepts of CSS technology. Our CSS tutorial is developed for beginners and professionals. ...
CSS (Cascading Style Sheets) is a stylesheet language used to control the presentation of HTML documents. It defines how elements appear—such as layou...
CSS (Cascading Style Sheets) is used to style and layout web pages—controlling colors, fonts, spacing, and positioning of elements. It enhances HTML b...
"HTML and CSS: the building blocks of the web! Master these essential frontend technologies with our courses in Mumbai. From structuring web pages to ...
More Details