Style your page like a pro pirate designer!
CSS stands for Cascading Style Sheets. It controls how your HTML looks โ colors, fonts, layout, and more!
selector {
property: value;
}
Example:
h1 {
color: red;
text-align: center;
}
<p style="color: blue;">Hello</p><style> tag in the <head>.css file and a <link> tag.class, #idfont-family, font-size, font-weightcolor, text-align, text-decoration, line-heightmargin, padding, borderbackground-color, background-imageblock, inline, inline-block, nonestatic, relative, absolute, fixedThe following topics are explained in detail in separate lessons: