Guest User

relativní margin

a guest
Aug 27th, 2014
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title></title>
  4. <style type="text/css">
  5. <!--
  6. .c1 {
  7. height: 200px;
  8. width: 700px;
  9. background-color: blue;
  10. }
  11. .d1 {
  12. height: 98.00%;
  13. width: 98.00%;
  14. margin-left: 1.00%;
  15. margin-right: 1.00%;
  16. margin-top: 1.00%;
  17. margin-bottom: 1.00%;
  18. background-color: red;
  19. }
  20. //-->
  21. </style>
  22. </head>
  23. <body>
  24.  
  25. <div class="c1">
  26. <div class="d1">
  27. </div>
  28. </div>
  29.  
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment