Advertisement
Guest User

Untitled

a guest
Jul 15th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1">
  5. <style>
  6. body {
  7. margin: 0;
  8. font-family: Arial;
  9. font-size: 17px;
  10. background-image: url("http://www.wallpapers4u.org/wp-content/uploads/nod32_robot_black_white_26279_1920x1080.jpg");
  11. }
  12.  
  13.  
  14.  
  15. html {
  16. height: 100%;
  17. margin: 0;
  18. }
  19.  
  20. h1{
  21. color: red;
  22. }
  23. p{
  24. color :red;
  25. }
  26. .objekat{
  27. position: fixed;
  28. bottom: 10px; /*sa ova dva centriras gde ce biti px je pixel*/
  29. left: 10px;
  30. }
  31.  
  32. </style>
  33. </head>
  34. <body>
  35.  
  36. <div class="objekat">
  37.  
  38. <h1>Heading</h1>
  39. <p>Neki tekst ovde.</p>
  40. </div>
  41.  
  42.  
  43. </body>
  44. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement