Guest User

Untitled

a guest
Apr 20th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. css:
  2.  
  3. #admin-bg { background: #fff; height: 700px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
  4. #left-content-bg { background: #6f7d82; height: 600px; width: 200px; float: left; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
  5. #right-content-bg { background: #6f7d82; height: 600px; width: 200px; float: left; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
  6.  
  7. html:
  8. <div id="content">
  9. <div id="admin-bg"></div>
  10. <div id="left-content-bg"></div>
  11.  
  12. <div id="left-content-bg"></div>
  13. </div>
Add Comment
Please, Sign In to add comment