Follow the instructions to complete the 1st quiz
- Create an HTML page
- Add 1 Header
- Add 1 image
- Add a list of items
- Add 1 paragraph
- Add a link to an external page
- Add a
div
element with a class namedcolorfull-div
- Add an
index.css
file and link it to your HTML - Select the class
colorfull-div
in your CSS file and add awidth
,height
and abackground-color
- commit your code and push it to the
main
branch