@CyPhEr420Submitted almost 2 years ago
Edwin Boon
@brwmasterAll comments
- @brwmasterPosted almost 2 years ago
Hello, Nice work! 😁
Here is a little feedback to improve the code even more
- Wrap all your code in
<main></main>
tags - Change the
div class="title"
> to a `<h1 class="title"> - Change the
div class="text"
> to a<p class="text"> or just style the
<p></p>` - Add a . to the end of the alt text to improve Accessibility
And some advice I got on my solution is to change all the
px
values torem
values. link hereI hope this feedback will help you!
Marked as helpful0 - Wrap all your code in