Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta charset="utf-8">
  4. <title>Divek pozíciója</title>
  5. <style>
  6. #Fo{background-color: cyan; width: 300px; height: 300px;color: white;}
  7. #bal{background-color: purple; width: 300px; height: 300px; color: black}
  8. #jobb{background-color: darkslategray; width: 300px; height: 300px; color: forestgreen}
  9. div{display: inline-block}
  10.  
  11. </style>
  12. </head>
  13. <body>
  14. <div id="Fo">ez a lap
  15.  
  16. </div>
  17. <div id="bal">
  18. bal
  19. </div>
  20. <div id="jobb">
  21. jobb
  22. </div>
  23.  
  24.  
  25.  
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement