back to home

Css

Using CSS


Inline - by using the style attribute inside HTML elements Internal - by using a

This is a heading

This is a paragraph.


External CSS


This is a heading

This is a paragraph.


CSS Colors, Fonts and Sizes

This is a heading

This is a paragraph.


CSS Border


p { border: 2px solid powderblue; }

CSS Padding


p { border: 2px solid powderblue; padding: 30px; }

CSS Margin


p { border: 2px solid powderblue; margin: 50px; }

Link to External CSS