Advertisement
Guest User

Untitled

a guest
Sep 24th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7. </head>
  8. <style>
  9. .questions {
  10. padding: 15px;
  11. border-radius: 10px 0;
  12. width: 70%;
  13. opacity: .8;
  14. border: 1px solid #7d7d7d;
  15. background-color: #212121;
  16. margin: 5% 0px 0px 0px;
  17. max-width: 800px;
  18. }
  19. .me {
  20. margin: 5% 0px 0px 0px;
  21. }
  22. </style>
  23. <body style="background-color: black; color: white;">
  24. <div class="container-fluid">
  25. <div class="row">
  26. <div class="col-3 text-center me">
  27. <img src="itsame.jpg" style="max-height: 250px; border-radius: 50%;">
  28. <h2>Martin Rebane</h2>
  29. <a href="mailto: martin.rebane97@gmail.com">martin.rebane97@gmail.com</a>
  30. </div>
  31. <div class="col-9 questions">
  32. <ul>
  33. <li>Miks kandideerid kutseõppeasutusse?<br>Answer</li>
  34. <li>Loetle oma huvid, hobid?<br>Answer</li>
  35. <li>Kas oled lugenud kooli kodulehel olevat erialakirjeldust?<br>Answer</li>
  36. <li>Miks Sa soovid valitud eriala õppida?<br>Answer</li>
  37. </ul>
  38. </div>
  39. </div>
  40. </div>
  41. </body>
  42. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement