Advertisement
thisisnotras

testy stuffs

Apr 18th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1.  
  2. # -- defines a DIV (#divone)
  3. . -- defines a CLASS (.classone)
  4.  
  5. height -- defines height of a div
  6. width: -- defines width of a div
  7. px -- measurement for things in pixels (20px)
  8. % -- measurement for things with percentage (20%, 50%, 100%)
  9. margin -- sets a distance from another area (margin-top: 10px; margin-left: 10px; margin:10px;)
  10. border -- sets a border on things (border: 1px solid black;)
  11. background -- sets a background in things (background: color;)
  12.  
  13. http://www.cssdesk.com/hwY4R
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement