The objective of this workshop is reproduce the card below using HTML and CSS.
You can find the correction in the correction
folder.
Feel free to compare your code with the correction.
- Create a new HTML file and name it
index.html
. - Structure your HTML file using semantic elements.
- Use CSS to style the card and make it visually appealing.
- Test your card in a web browser to ensure it looks like the example.
- Once you are satisfied with your work, you can compare it with the correction provided in the
correction
folder.
- Background color:
#598FB6
- Font family:
Verdana, sans-serif
- Card width:
300px
- Image url: https://github.com/WildCodeSchool/workshop-dev-mkt-card/raw/ab5f7032426720fba318761c33cfa9144c69524d/miss-light.png (provided in the folder)