Advertisement
Guest User

Buổi 2 nè :>

a guest
Dec 6th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title>Buổi 2</title>
  7. <link rel="stylesheet" type="text/css" href="http://l-lin.github.io/font-awesome-animation/dist/font-awesome-animation.min.css">
  8. <style>
  9. @import url('https://fonts.googleapis.com/css?family=Calistoga&display=swap');
  10. @import url('https://fonts.googleapis.com/css?family=Source+Code+Pro&display=swap');
  11. body {
  12. font-family: 'Calistoga', cursive;
  13. }
  14. .thanh-xuan {
  15. width: 400px;
  16. height: 200px;
  17. color: #fff;
  18. text-align: center;
  19. border-radius: 6px;
  20. margin: auto;
  21. padding: 10px 20px;
  22. background: url(https://images.pexels.com/photos/36717/amazing-animal-beautiful-beautifull.jpg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260) no-repeat center center / cover;
  23. }
  24. .content {
  25. line-height: 20px;
  26. font-weight: 700;
  27. font-size: 16px;
  28. text-align: center;
  29. border: 1px dashed #fff;
  30. padding: 5px 8px;
  31. border-radius: 4px;
  32. font-family: 'Source Code Pro', monospace;
  33. }
  34.  
  35. </style>
  36. </head>
  37. <body>
  38. <div class="viet-nam">
  39. <div class="thanh-xuan">
  40. <h1>Đauuuuuu <img src="https://cdn.pixabay.com/photo/2016/04/24/05/52/heart-1348868_960_720.png" width="20" class="faa-pulse animated"></h1>
  41. <p class="content">Hôm nay là ngày đẹp trời, nhưng tối đi xem phim một mình, và nghe thấy tiếng mèo kêu mew mew mew mew mew mew mew mew mew</p>
  42. </div>
  43. </div>
  44. </body>
  45. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement