Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>Christmas Celebration Poster</title>
- <style>
- body {
- font-family: 'Arial', sans-serif;
- background: linear-gradient(to bottom, #f2f2f2, #b3d9ff);
- text-align: center;
- color: #fff;
- }
- .poster {
- width: 90%;
- max-width: 800px;
- margin: 50px auto;
- padding: 20px;
- border-radius: 15px;
- background: #1a1a1a;
- box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
- }
- .poster h1 {
- color: #ff3333;
- font-size: 3em;
- margin-bottom: 10px;
- }
- .poster h2 {
- font-size: 1.8em;
- margin-bottom: 20px;
- color: #ffcc00;
- }
- .poster p {
- font-size: 1.2em;
- line-height: 1.6;
- }
- .poster .highlight {
- font-size: 1.5em;
- font-weight: bold;
- color: #33cc33;
- }
- .decorations {
- margin-top: 20px;
- }
- .decorations img {
- width: 50px;
- margin: 5px;
- }
- </style>
- </head>
- <body>
- <div class="poster">
- <h1>Chinmaya College</h1>
- <h2>Arts, Commerce & Science</h2>
- <h2>Christmas Celebration 2024</h2>
- <p>🎄 Join us for an evening of joy, music, and togetherness as we celebrate the Christmas spirit! 🎅</p>
- <p class="highlight">Date: December 23, 2024</p>
- <p class="highlight">Time: 6:00 PM onwards</p>
- <p class="highlight">Venue: Chinmaya College Auditorium</p>
- <p>Experience festive performances, carols, games, and a special visit from Santa! 🎁</p>
- <div class="decorations">
- <img src="https://cdn-icons-png.flaticon.com/512/184/184572.png" alt="Christmas Tree">
- <img src="https://cdn-icons-png.flaticon.com/512/115/115683.png" alt="Gift Box">
- <img src="https://cdn-icons-png.flaticon.com/512/734/734657.png" alt="Santa Hat">
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement