Guest User

Untitled

a guest
Feb 14th, 2017
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Project1 - Welcome</title>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
  7. <link rel="stylesheet" href="style-project1.css">
  8. <link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
  9. </head>
  10. <body>
  11.  
  12. <div id="container">
  13. <div class="topbar">
  14.  
  15.  
  16. </div>
  17. <div class="top_navigation">
  18. <div class="row">
  19. <div class="col-sm-4 col-md-4">
  20. <div class="icon">
  21. <img src="phone_icon.png" class="img"><p class="text_top_navigation">(48) 000-000-000</p>
  22. </div>
  23. </div>
  24.  
  25.  
  26.  
  27. <div class="col-sm-4 col-md-4">
  28. <div class="icon">
  29. <img src="syringe_icon.png" class="img"><p class="text_top_navigation" style="font-size:30px;">Hospital</p>
  30. </div>
  31. </div>
  32.  
  33.  
  34.  
  35. <div class="col-sm-4 col-md-4">
  36. <div class="icon">
  37. <img src="locator_icon.png" class="img"><p class="text_top_navigation">ul.Klonowica </p>
  38.  
  39. </div>
  40. </div>
  41.  
  42. </div>
  43.  
  44. </div>
  45.  
  46.  
  47. </div>
  48.  
  49.  
  50. </body>
  51. </html>
Add Comment
Please, Sign In to add comment