Latest solutions
Latest comments
- @BhekiAccion@ajlsdnt
Hi Bheki! This honestly looks great, congrats!
An input for me that hopefully can help you. -centering the content. The method that works for me every time is setting the height of your <body> to 100vh (which means it'll take up the full-screen height of viewer devices) and using flexbox (display: flexbox; justify-content: center; align-items: center;)
Marked as helpful - @bahati7@ajlsdnt
Hi Bahati it's Amelia (@ajlsdnt) from twitter :D This looks awesome, great job. It's so cool you use 'hamburger' menu for the mobile media query.
I may not give many comments on the code (I haven't touched any framework myself), but here you go:
- you can wrap your <nav> with <header> tag
- try to use 'box-shadow' for the '.card (the testimony box) instead of 'border'
- background transparent for the 'see how fylo works link'
- and background white for the first section 'showcase'
Cannot wait for your next projects of FrontEnd Mentor :)
Marked as helpful