Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Bootstrap Example</title>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
  8. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
  9. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  10. </head>
  11. <body>
  12.  
  13. <div class="container col-xs-12">
  14.  
  15. <div class="row">
  16. <div class="col-sm-12 header">
  17. <h1>Факултет за информатички и комуникациски технологии</h1>
  18. </div>
  19.  
  20. <div class="row sredina">
  21.  
  22. <div class="col-sm-12 col-lg-3 meni">
  23.  
  24. <div class="list-group">
  25. <a href="#" class "list-group-item active">Почетна</a>
  26. <a href="#" class "list-group-item">За нас</a>
  27. <a href="#" class "list-group-item">Кадар</a>
  28. <a href="#" class "list-group-item">Студии</a>
  29. <a href="#" class "list-group-item">Истражување</a>
  30. </div>
  31. </div>
  32.  
  33.  
  34.  
  35.  
  36. <div class="col-sm-12 col-md-4 col-lg tekst">
  37. <p>Добредојдовте на официјалната страна на факултетот за информатички и коминикациски технологии.</p>
  38.  
  39. <form class="col-xs-12 col-sm-4 col-md-6 col-ig-offset-3 ">
  40. <div class for="ime">Корисничко име:</label>
  41. <input type="text" class="form-control" id="ime">
  42. </div>
  43. <div class="form=group">
  44. <label for="Лозинка:"</label>
  45. <input type="password" class="form-control" id="lozinka">
  46. </div>
  47. <button
  48. </body>
  49. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement