Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>sajt</title>
  5. <style>
  6. body{
  7. font-size:17px;
  8. font-family:verdana;
  9. background-image:url(slike/noc.jpg);
  10. background-size:cover;
  11. }
  12. .velikikrug{
  13. width:400px;
  14. height:400px;
  15. border-radius:50%;
  16. }
  17. .krug{
  18. width:400px;
  19. height:200px;
  20. border-radius:50%;
  21. }
  22. span{
  23. font-family:arial;
  24.  
  25. }
  26. p{
  27. background-color:#333;
  28. font-size:1.2rem;
  29. padding:20px 50px;
  30. margin:30px 20px;
  31. border-radius:50px 0 50px 0px;
  32. box-shadow:10px 10px 5px black;
  33. opacity:0.6;
  34. color:#ffe;
  35. font-weight:bold;
  36. overflow:hidden;
  37. }
  38. </style>
  39. </head>
  40. <body>
  41.  
  42. <h1>Moj <span>Grad Podgorica</span></h1>
  43. <p>orem Ipsum is simply <span>dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
  44. when an unknown printer took a galley </span>of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into
  45. electronic typesetting, remaining essentially unchanged.
  46. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages,
  47. and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
  48. <p>orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
  49. when an unknown printer <span>took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into
  50. electronic typesetting, remaining essentially unchanged.
  51. It was popularised in the</span> 1960s with the release of Letraset sheets containing Lorem Ipsum passages,
  52. and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
  53. <p>orem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
  54. when an unknown printer <span>took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into
  55. electronic typesetting, remaining essentially unchanged.
  56. It was popularised in the 1960s</span> with the release of Letraset sheets containing Lorem Ipsum passages,
  57. and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
  58. <p class="krug">orem Ipsum is simply <span>dummy text of t to make a type specimen book. It has survived not only five centuries, but also the leap into
  59. electronic typesetting, remaining</span> eAldus PageMaker including versions of Lorem Ipsum.</p>
  60. <img src="slike\Hram.jpg" alt="Hram" class="krug"></img>
  61. <img src="slike\most.jpg" alt="most" class="krug"></img>
  62. <img src="slike\podgorica.jpg" alt="podgorica" class="velikikrug"></img>
  63. </body>
  64. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement