Guest User

Untitled

a guest
Apr 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. ### Basic boxes
  2.  
  3. CSS assumes that every element generates at least one _rectangular boxes_ - __element boxes__.
  4.  
  5. Each _element box_ contains __content area__ at its center. This area is wrapped in different _paddings, borders and margins_.
  6.  
  7. Each _margin, padding or margin_ can be used with different __properties__:
  8. * margin-left
  9. * margin-bottom
  10. * padding
  11.  
  12. Each _content area_ has a __background__ either _color or picture_.
  13.  
  14. __Borders__ are generating using defined styles:
  15. * solid
  16. * inset
  17. * border-color
  18.  
  19. #### Element boxes types
Add Comment
Please, Sign In to add comment