Advertisement
Guest User

asude <3 reza

a guest
Nov 30th, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.66 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style type="text/css">
  4.  
  5. #box1{background-color: red;position:absolute;width:250px;height:175px;top:150px;left:200px;color:white;padding-left:2mm;padding-top:2mm}
  6. #box2{background-color: green;position:absolute;width:250px;height:175px;top:125px;left:400px;color:white;padding-left:2mm;padding-top:2mm}
  7. #box3{background-color: blue;position:absolute;width:250px;height:175px;top:250px;left:300px;color:white;padding-left:2mm;padding-top:2mm}
  8.  
  9. </style>
  10. </head>
  11. <body>
  12. <h1> absolute Positionierung über CSS und <br />position </h1>
  13. <div id="box1"> RoteBox </div>
  14. <div id="box2"> GrüneBox </div>
  15. <div id="box3"> BlaueBox </div>
  16.  
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement