@ghaliaInes66Submitted 8 months ago
P
Cernea Ovidiu
@ovioziAll comments
- @ovioziPosted 7 months ago
To improve: The .gitignore file shouldn’t be visible in the remote repo The html still has some accessibility unresolved warnings :
- h1 element should appear before h4
- <img> tag should be enclosed in a semantic tag (aka landmark)
Use more relative sizes instead of absolute pixels (it’s helpful for users: for ex. browser zoom can distort the image/text if px are used)
Perhaps this case @media (max-width:550px) {...} can be solved/removed by adopting a mobile 1st approach
Differences from design :
- the text needs some line-height for spacing
- the <h1> text wraps onto the next line when going under 621px & 1243px
- main text(grey) weight is too bold
Good luck!
0 - @LuisAngel96Submitted 8 months ago@ovioziPosted 8 months ago
nice job!
Hint: look into relative units as good practice for sizes (rem for fonts , ems and % for others )
Marked as helpful1