Set the width of the div to be 50%
.
Hint: Make sure your properties are in alphabetical order.
Set the div to have zero margin on the top and bottom and to center horizontally.
Hint: Make sure your properties are in alphabetical order.
Give the div 2rem
of padding on all sides.
Hint: Make sure your properties are in alphabetical order.
Change the margin of the div so that there is now 4rem
on top, while keeping no margin on the bottom and keeping it centered horizontally.
Hint: Make sure your properties are in alphabetical order.
Give the div a dashed border on all sides using shorthand. It should be 10px
thick and the color should be #084887
.
Hint: Make sure your properties are in alphabetical order.
On second thought, change the border to be 1.2rem
thick and solid.
Hint: Make sure your properties are in alphabetical order.