Advertisement
mina66

The CSS Box Model

Nov 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.26 KB | None | 0 0
  1. The CSS box model is essentially a box that wraps around every HTML element. It consists of: margins, borders, padding, and the actual content. The image below illustrates the box model
  2. code and example in the attachment on media fire
  3. http://ow.ly/KEMi30gLLlB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement