Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <title>Tino</title>
  6. <link href="https://fonts.googleapis.com/css?family=Great+Vibes&display=swap" rel="stylesheet">
  7. <meta charset="utf-8">
  8. <link rel="stylesheet" type="text/css" href="style.css">
  9. <style>
  10. body {
  11. background-color:#ffb3b3;
  12. }
  13. h1 {
  14. color: red;
  15. text-align: center;
  16. font-family: 'Great Vibes', cursive;
  17. font-size: 48px;
  18. text-shadow: 4px 4px 4px #aaa;
  19. animation: fadeIn ease 5s;
  20. }
  21. h2 {
  22. color: black;
  23. text-align: center;
  24. font-family: 'Tangerine', serif;
  25. font-size: 20px;
  26. animation: fadeIn ease 5s;
  27. }
  28. .heart {
  29. display: inline-block;
  30. margin-left: 55px;
  31. top: 0;
  32. right: 0;
  33. bottom: 0;
  34. left: 0;
  35. background-color: red;
  36. height: 50px;
  37. width: 50px;
  38. transform: rotate(-45deg);
  39. animation: fadeIn ease 5s;
  40. }
  41. .heart::after {
  42. background-color: red;
  43. content: "";
  44. border-radius: 50%;
  45. position: absolute;
  46. width: 50px;
  47. height: 50px;
  48. top: 0px;
  49. left: 25px;
  50. }
  51. .heart::before {
  52. content: "";
  53. background-color: red;
  54. border-radius: 50%;
  55. position: absolute;
  56. width: 50px;
  57. height: 50px;
  58. top: -25px;
  59. left: 0px;
  60. }
  61.  
  62. @keyframes fadeIn {
  63. 0% {
  64. opacity:0;
  65. }
  66. 100% {
  67. opacity:1;
  68. }
  69. }
  70. </style>
  71. </head>
  72. <body>
  73. <h1>Happy ValenTInes day!</h1>
  74. <h2>Mom debelom &#128059;.<div class="heart"></div></h2>
  75. </body>
  76.  
  77. <h3>Danas nemaš previše izbora, osim:</h3>
  78. <form>
  79. <input type="checkbox" name="odgovor" checked value="Biti sa mnom">Biti sa mnom
  80. <input type="checkbox" name="odgovor" checked value="Provesti ostatak dana sa mnom">Provesti ostatak dana sa mnom
  81. <input type="checkbox" name="odgovor" checked value="I još malo biti sa mnom">I još malo biti sa mnom
  82. </form>
  83.  
  84. <body>
  85. <p><font face="verdana" color="black">Bila sam tako slobodna pa označila svo troje, jer znam da to želiš pa ću ti ispuniti <strong>željicu</strong>.☺️</font></p>
  86.  
  87.  
  88.  
  89. <p>Life without You is un&#128059;able.</p>
  90. <img src="https://imagizer.imageshack.com/v2/640x480q90/924/6Y0FyD.jpg"/>
  91.  
  92.  
  93.  
  94. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement