Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.48 KB | None | 0 0
  1. head {
  2.  
  3. background-color:blue
  4.  
  5. }
  6.  
  7. body {
  8.  
  9. background-color:white;
  10.  
  11. padding:0px;
  12.  
  13. margin:0px;
  14.  
  15. height:1500px;
  16.  
  17. }
  18.  
  19. h1{
  20.  
  21. color:white;
  22.  
  23. font-family:Impact
  24.  
  25. }
  26.  
  27. span{
  28.  
  29. font-family:Impact;
  30.  
  31. color:green;
  32.  
  33. font-size:17px
  34.  
  35. }
  36.  
  37. h3{
  38.  
  39. color:white;
  40.  
  41. font-family:Arial
  42.  
  43. }
  44.  
  45. button{
  46.  
  47. color:black;
  48.  
  49. font-family: Impact
  50.  
  51. }
  52.  
  53. --------------------------------------------------------------------------------------------------------
  54.  
  55. !DOCTYPE html>
  56.  
  57. <html>
  58.  
  59. <head>
  60.  
  61. <title>Tadej Lorber | Fakebook</title>
  62.  
  63. <link type="text/css" rel="stylesheet" href="fakebook.css"/>
  64.  
  65. </head>
  66.  
  67. <body>
  68.  
  69. <div style="width:500px; height:60px; background-color: blue">
  70.  
  71. <h1> FAKEBOOK</h1></div>
  72.  
  73. <span>Iskalnik:</span> <input type="text" placeholder="Isci po imenu">
  74.  
  75. <br>
  76.  
  77. <div style="width:240px; height:50px; background-color: blue"> <h3>Tadej Lorber</h3> </div>
  78.  
  79. <br>
  80.  
  81. <br>
  82.  
  83. <button> VEC </button>
  84.  
  85. <img src="https://pbs.twimg.com/profile_images/2725029704/01eec001092fe74c0078b03dce89ff1a.jpeg"/>
  86.  
  87. <br>
  88.  
  89. <br>
  90.  
  91. <button>Dodaj za prijatelja</button>
  92.  
  93. <br>
  94.  
  95. <div style="border-color:black; background-color:#ADD8E6">
  96.  
  97. <p><strong>Kraj:</strong> Maribor </p>
  98.  
  99. <p><strong>Starost:</strong> 27 </p>
  100.  
  101. <p><strong>Izobrazba:</strong> dozivljenska fakulteta </p>
  102.  
  103. <p><strong>Hobi:</strong> Racunalnik </p>
  104.  
  105. <p><strong>Stevilo FB prijateljev:</strong> 158 </p>
  106.  
  107. <p><strong>Stevilo FB neprijateljev:</strong> 558558588177251 </p>
  108.  
  109. </div>
  110.  
  111. </body>
  112.  
  113. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement