Guest User

Untitled

a guest
Jun 24th, 2015
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.24 KB | None | 0 0
  1. .container{
  2. width: 300px;
  3. height: 250px;
  4. background: gray;
  5. padding: 10px;
  6. }
  7. #box1{
  8. background: #FEFD8F;
  9. height: 100px;
  10. width: 66%;
  11. }
  12. #box2{
  13. background: #F6CCFC;
  14. height: 100px;
  15. margin-top: 10px;
  16. width: 66%;
  17. margin-left: auto;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment