I'm a 29y guy who loves learning stuff related to coding. I started developing websites a few month ago and want to build my portfolio here on frontend mentor so I can start working as a freelancer.
I’m currently learning...I'm currently learning SASS and React. Also, I am learning on Codecademy, doing the Full Stack Web Developer Path.
Latest solutions
Latest comments
- @NathanielCW87@DanielJ1337
Hey Nathaniel,
good job! Looks pretty neat :) Congrats on finishing your first project!
Maybe you could add some properties in CSS:
- add height property with 100vh in body so you don't need to add a 100px margin-top manually
- also add a max height of 80vh and a margin: auto auto for the class "container" so everything is nicely centered
Happy Coding :)