@Codeman-pikluSubmitted 3 months ago
What are you most proud of, and what would you do differently next time?
I am new learner.i create this while i'm learning css. and i make this within some normal code.
I am new learner.i create this while i'm learning css. and i make this within some normal code.
Very good attempt, few things to improve on next time:
Very good attempt! Few suggestions:
Include <main> in the html and at least one heading such as <h1>
Add line heights in the paragraphs and break the text in the correct place
Very good attempt and close in likeness just few points:
1.Use the colours and font family provided in the style guide
2.Replace the <div> elements with more semantic HTML where applicable. This improves the document's readability and accessibility e.g : <main>: Use <main> to wrap the primary content of your page. : <h1>: Use <h1> for the primary heading : <section> : use section instead of divs