Advertisement
Guest User

Untitled

a guest
May 5th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta charset="UTF-8"/>
  4. <title>ООУ "Јосип Броз Тито"</title>
  5. <link rel="stylesheet" type="text/css" href="stilovi.css">
  6. </head>
  7. <body>
  8. <div id = "glavendrzac">
  9.  
  10. <div class = "logopozicija">
  11. <img src="sliki/logo.png"/>
  12. </div>
  13. <div id = "sliki">
  14.  
  15. <div class = "profesor">
  16. <img src="sliki/profesor.png" width="270px"; height="450px";/>
  17. </div>
  18. <div id = "tabla">
  19. <div class = "tablatekst">
  20. test
  21. </div>
  22. </div>
  23. </div>
  24. </div>
  25.  
  26. <?php
  27. //
  28. ?>
  29. </body>
  30. </html>
  31.  
  32. body
  33. {
  34. margin: 10px;
  35. }
  36.  
  37. #glavendrzac
  38. {
  39. margin-left: 200px;
  40. margin-right: 200px;
  41. border: 2px solid black;
  42. border-radius: 8px;
  43. }
  44.  
  45. #sliki
  46. {
  47. }
  48.  
  49. .profesor
  50. {
  51. float:left;
  52. }
  53.  
  54. #tabla
  55. {
  56. margin-top:50px;
  57. float:right;
  58. margin-left:30px;
  59. border: 0px solid black;
  60. border-radius:20px;
  61. width: 800px;
  62. background: url("sliki/tabla.png");
  63. background-size: cover;
  64. }
  65.  
  66. .tablatekst
  67. {
  68. margin-top: 30px;
  69. margin-left: 40px;
  70. margin-bottom: 30px;
  71. margin-right: 40px;
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement