This repository contains the code for Camper Cafe, a virtual café offering a variety of delicious coffees and desserts!
Camper Cafe is a virtual café established in 2020, offering a selection of aromatic coffees and tempting desserts to satisfy the cravings of coffee and sweet lovers.
- Semantic Structure: The HTML code uses semantic elements like
<header>
,<main>
,<section>
, and<footer>
to create a clear and organised structure. - Images and Links: Images are embedded using the
<img>
tag, and links are created with the<a>
tag, providing a pleasant visual and navigational experience for users.
- Styling: The
styles.css
file is linked to the HTML document to apply visual styles to the content. Classes and selectors are used to apply specific styles to individual elements, ensuring consistency and cohesion in the design. - Responsive Layout: The CSS includes style rules to make the layout responsive, adapting to different screen sizes and devices for an optimised user experience.
To view the source code of Camper Cafe and learn more about HTML and CSS, simply explore the files in this repository. You can also download the source code and use it as a base for your own projects, learning and experimenting with HTML and CSS.