Interpreting the code - the important stuff
- H3 (in the example below) is the name of the property what you are editing
- { all you add to this piece of code must be between this two babies here }
- keep it simple, 1 command per line followed by : and closing with ; ex:color: fffff;
- follow the above rules and you can add or remove commands at will and personalize your text and titles even further ex: font-variant: small-caps; text-align: center; etc etc.
h3 {
color: #000000;
font-family: Helvetica;
font-size: 28px;
font-weight: bold;
}
Join the Discussion
Write something…