Social Icons

Pages

Tuesday, November 29, 2016

CSS Positioning 21/25

The story so far
Great work—you've learned a lot about CSS positioning! We've covered:
The CSS box model
Display values, including block, inline-block, inline, and none
Margins, borders, and padding
Positioning elements with float
Giving elements absolute, relative, and fixed positioning


Instructions
Take a moment to reflect on what you've done so far. When you're ready, hit Save & Submit Code to prove yourself a positioning master.

<!DOCTYPE html>
<html>
 <head>
  <title></title>
 </head>
 <body></body>
</html>

No comments:

Post a Comment