In this CSS tutorial I go over the Display and Visibility properties. You can use the display property to specify the box type used for an element. You can you inline, block, inline-block, list-item, etc. for the display property.
With the visibility property you can decide if you want to hide an element or not.