CSS_Notes
CSS_Notes
Year: VIII
Term: II
o Fonts
o Tables
Backgrounds
Background colour: Set the background colour using the background-
color property
o E.g. background-color: blue;
Fonts
Control the appearance of text with font properties
This includes font-size, font-family, color, text-align, and more
p{
font-size: 14px;
font-family: Arial;
color: blue;
text-align: center;
Subject : ICT
Year: VIII
Term: II