Advertisement
Guest User

Untitled

a guest
May 27th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width">
  6. <title>repl.it</title>
  7. <link href="style.css" rel="stylesheet" type="text/css" />
  8. <link href="https://fonts.googleapis.com/css?family=Amatic+SC:400,700&display=swap" rel="stylesheet">
  9. </head>
  10. <body>
  11. <main>
  12. <header>
  13. <h1>About me</h1>
  14. </header>
  15. <div id="pupka" class="oojor">miał</div>
  16. <div id="dupka" class="oojor">hauł</div>
  17. </main>
  18. </body>
  19. </html>
  20.  
  21.  
  22.  
  23. body{
  24. font-family: 'Amatic SC', cursive;
  25. font-weight: 400;
  26. margin: 0 !important;
  27. background-color: #349488;
  28. }
  29. main{
  30. width: 70%;
  31. margin-left: auto;
  32. margin-right: auto;
  33. }
  34. header{
  35. font-weight: 700;
  36. background-image: url("https://www.toptal.com/designers/subtlepatterns/patterns/leaves.png");
  37. text-align: center;
  38. height:60px;
  39. }
  40. .oojor{
  41. width: 50%;
  42. float:left;
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement