Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <div id="main">
  2. <div id="anotherDiv">
  3. <h1>Test</h1>
  4. </div>
  5. </div>
  6.  
  7. #main{ background-color:red; padding:20px; }
  8. #anotherDiv{ background-color:blue; }
  9.  
  10. #anotherDiv{ float:left; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement