xxx

<html> <head></head> <style> </style> <body> HTML </body> </html>

/*comentário*/

things in mind:

  • font
  • font size
  • font color
  • background color or image
  • link color
  • link style

text-decoration: none; - means that there will be no underline (sublinhado) for links as the default for links is to have text-decoration: underline;

a:hover - means that once the link is hovered over that the color will change to #cf2d85 (magenta hex color).

Notice in the CSS that each style element ends with a ";" and that all the style elements for that particular element are within the {}s. Make sure to do this as you continue or else it could mess up your coding! (Unfortunately coding is fickle and just missing one character or adding a character that doesn't need to be there can throw everything off.)

margin: auto; - means the container will automatically center horizontally.

apr 24 2014 ∞
apr 24 2014 +