Latest solutions
Latest comments
- @omlan99Submitted about 1 year ago@owlbuntPosted about 1 year ago
Everything seems fine you can center the element by adding display :grid and pplace-items:center to body .
1 - @eldon6219Submitted about 1 year ago@owlbuntPosted about 1 year ago
Congratulations On Completing this challenge,
Here are some improvements you can make like Insted of using
100vh
use100dvh
to make your website more responsive.and you can delete all the unnecessary files which is not required after the challenge to keep your code and GitHub clean like the
design
folder .Mark This as Helpful If It's Help
Marked as helpful0 - @addiellucena94Submitted about 1 year ago@owlbuntPosted about 1 year ago
There are some improvements you can make like Insted of using
100vh
use100dvh
to make your website more responsive.you can delete all the unnecessary files which is not required after the challenge to keep your code and GitHub clean like the
design
folder .you can add a
js function
which allows you to open a single question at a time close the others for reference you can checkout my code.Mark This as Helpful If It's Help
Marked as helpful0 - @gmenesesdevSubmitted about 1 year ago@owlbuntPosted about 1 year ago
There are some improvements you can make like Insted of using
100vh
use100dvh
to make your website more responsive. and you can delete all the unnecessary files which is not required after the challenge to keep your code and GitHub clean like thedesign
folder .Mark This as Helpful If It's Help
Marked as helpful1 - @xiAvalonSubmitted about 1 year ago@owlbuntPosted about 1 year ago
There are some improvements you can make like Insted of using
100vh
use100dvh
to make your website more responsive. And to center a <div> you can also usedisplay:grid; place-items: center;
. and last you can delete all the unnecessary files which is not required after the challenge to keep your code and GitHub clean like thedesign
folder .Mark This as Helpful If It's Help
Marked as helpful0 - @asaga22Submitted about 1 year ago@owlbuntPosted about 1 year ago
Design Seems Good And Ig We can reduce the use of js where things can be done using html and css only to increase the page speed which also effect in SEO and also you don't have to add fonts additionally there is an
font folder
which includes required fonts in assets folder.0