Borders

div

Now you'll set the border color, size and style for both boxes in the div style...

  • border-width: 2-5 pixels
  • border-style: solid/double/dotted/dashed
  • border-color: HTML color #/code (can be same color as your text color)
  • border-radius: 10-30px (=how rounded corners are) 

img

We also want to set the border style for our pictures and a bit of space between the text using margin. Add a new style img with the following properties:

  • border-width: 1-5 pixels
  • border-style: solid/double/dotted/dashed
  • border-radius: 5-20 pixels
  • margin: 5 pixels