I would like to get feedback on the updated version of my code
John Watkins
@winflag10All comments
- @leeCodes-bitSubmitted over 4 years ago@winflag10Posted over 4 years ago
The only thing I can see is that the center box uses a flat colour not a gradient. look into linear gradients
0 - @michalgreguSubmitted over 4 years ago
All feedback welcome!
@winflag10Posted over 4 years agoHave a look into flexbox. It is a new solution to a lot of layout issues and would solve the problem you have of your screen not taking the whole screen.
0 - @Kotaro666-devSubmitted over 4 years ago@winflag10Posted over 4 years ago
Looks good! I would fix the accessibility issues as a priority.
0 - @juryousSubmitted over 4 years ago@winflag10Posted over 4 years ago
Done a really good job.. however I would look into font-weights as the ones you have used don't look like they change much.. When you import your font href="https://fonts.googleapis.com/css?family=Nunito+Sans:200,400,600&display=swap" add the ":200,400,600" and then you can use font-weight:400; in your css to get different text thicknesses. Hope this helped
1