Of course what I've been talking about only scratches the surface of CSS. Using the web inspector is a very helpful way of seeing what different CSS parameters are called, but here is a list of common ones relating to text:
font-family: the fonts used for a block of text or heading. Declaring multiple fonts is best to provide as many options as possible for the browser.
font-size: the size of the font in pixels.
line-height: the line height in pixels.
color: the color of something, declared in hex or as a basic color.
font-weight: bold or normal.
font-decoration: underline, overline, line-through or blink.
background-color: the background color defined in hex.
If you want to get further into CSS or there's something you want to do that isn't text related, check out the W3 Schools CSS reference - all the CSS code you could ever want and examples to see how they work.
font-family: the fonts used for a block of text or heading. Declaring multiple fonts is best to provide as many options as possible for the browser.
font-size: the size of the font in pixels.
line-height: the line height in pixels.
color: the color of something, declared in hex or as a basic color.
font-weight: bold or normal.
font-decoration: underline, overline, line-through or blink.
background-color: the background color defined in hex.
If you want to get further into CSS or there's something you want to do that isn't text related, check out the W3 Schools CSS reference - all the CSS code you could ever want and examples to see how they work.
Join the Discussion
Write something…
firstburn
Premium
i have a blogg i left 4 yrs called breaststrokeforbegginers.wordpress.com because i could not put and adsense code to it. i think with this tutorial i might start using wordpress again.
SquidooSlfMstr
Premium
Well written tutorial, Mark! Do you know if you do your site customization on the parent theme, do you lose all that when the theme owner makes updates? Is this why you would want a child theme?
Thanks again for doing this tutorial.
Charlie
Thanks again for doing this tutorial.
Charlie