A simple event invitation webpage created as part of a web development exercise to practise structuring content with HTML and styling a webpage with CSS.
The page presents an event invitation, including the event title, date, time, location, description, image, and an RSVP button. HTML elements such as headings, paragraphs, lists, emphasis, and images are used to organise and present the invitation content.
CSS is used to style the page, including the background colour, typography, text colours, line spacing, and RSVP button. An externally hosted image is also used to illustrate the event.
The project was implemented using HTML and CSS.