Advertisement
Guest User

CSS identation

a guest
Jun 21st, 2010
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.18 KB | None | 0 0
  1. <style>
  2. .box {with:200px, height:200px; float:left}
  3.     .box p {font-family:arial}
  4.         .box p a{color:red;}
  5. </style>
  6.  
  7.  
  8. This is a text with a <a href="http://www.somesite.com/">link</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement