Facebook
From Sweet Gorilla, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 129
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset:utf-8">
  4. <title>Pozycjonowanie</title>
  5. <style>
  6. #h2
  7. {
  8. position: absolute;
  9. left: 83px;
  10. top: 100px;
  11. z-index:2;
  12. font-family: sans-serif;
  13. color: #2266cc;
  14. z-index:3;
  15. }
  16.  
  17. #obrazek_1
  18. {position: absolute;
  19. border: 8px solid Red;
  20. left: 403px;
  21. top: 80px;
  22. z-index:2;
  23. }
  24.  
  25. #obrazek_2
  26. {
  27. position: absolute;
  28. border: 4px solid Black;
  29. left: 180px;
  30. top: 70px;
  31. z-index:1;
  32. }
  33. </style>
  34. </head>
  35. <body bgcolor="pink">
  36. <h2>JEBAC BMW</h2>
  37. <img src="1.jpg" id="obrazek_1" width="100" height="100">
  38. <img src="1.jpg" id="obrazek_2" width="150" height="150">
  39. </body>
  40. </html>