PRACTICE
Position two boxes next to each other using position property
Instructions:
Make a new file; name it TwoBoxesPosition.html
When you finish, upload it into your dropbox

Use Internal CSS.

1. Create a box:
Background color: any color
Size: 300 x 300 pixels
Distance: from the left 200 pixels
Distance from up: 50 pixels

2. Create another box:
Size: 300 x 300 pixels
Border: 2 pixels, any color, no background color
Distance: from the first box 50 pixels
Distance from up: 50 pixels

3. Position them next to each other as you see on the picture below