Advertisement
Hydrase

Christmas Poster

Dec 14th, 2024
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Christmas Celebration Poster</title>
  4. <style>
  5. body {
  6.  
  7. font-family: 'Arial', sans-serif;
  8. background: linear-gradient(to bottom, #f2f2f2, #b3d9ff);
  9. text-align: center;
  10. color: #fff;
  11. }
  12. .poster {
  13. width: 90%;
  14. max-width: 800px;
  15. margin: 50px auto;
  16. padding: 20px;
  17. border-radius: 15px;
  18. background: #1a1a1a;
  19. box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  20. }
  21. .poster h1 {
  22. color: #ff3333;
  23. font-size: 3em;
  24. margin-bottom: 10px;
  25. }
  26. .poster h2 {
  27. font-size: 1.8em;
  28. margin-bottom: 20px;
  29. color: #ffcc00;
  30. }
  31. .poster p {
  32. font-size: 1.2em;
  33. line-height: 1.6;
  34. }
  35. .poster .highlight {
  36. font-size: 1.5em;
  37. font-weight: bold;
  38. color: #33cc33;
  39. }
  40. .decorations {
  41. margin-top: 20px;
  42. }
  43. .decorations img {
  44. width: 50px;
  45. margin: 5px;
  46. }
  47. </style>
  48. </head>
  49. <body>
  50. <div class="poster">
  51. <h1>Chinmaya College</h1>
  52. <h2>Arts, Commerce & Science</h2>
  53. <h2>Christmas Celebration 2024</h2>
  54. <p>🎄 Join us for an evening of joy, music, and togetherness as we celebrate the Christmas spirit! 🎅</p>
  55. <p class="highlight">Date: December 23, 2024</p>
  56. <p class="highlight">Time: 6:00 PM onwards</p>
  57. <p class="highlight">Venue: Chinmaya College Auditorium</p>
  58. <p>Experience festive performances, carols, games, and a special visit from Santa! 🎁</p>
  59. <div class="decorations">
  60. <img src="https://cdn-icons-png.flaticon.com/512/184/184572.png" alt="Christmas Tree">
  61. <img src="https://cdn-icons-png.flaticon.com/512/115/115683.png" alt="Gift Box">
  62. <img src="https://cdn-icons-png.flaticon.com/512/734/734657.png" alt="Santa Hat">
  63. </div>
  64. </div>
  65. </body>
  66. </html>
  67.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement