space tourism challenge using vanilla JS and pure CSS
Design comparison
Community feedback
- @webdev1kevPosted almost 3 years ago
Love the animations wish I put more thought into animations in mine.
The navbar doesn't have the background blur effect like in the design. You can include it by using backdrop-filter: blur() in your css.
Also the navbar gets pretty scrunched together and the layout breaks in certain smaller screen sizes. May want to see how you can change up the CSS grid. I like to use a 12 column layout to define the grid on my page so things can be sized easier and moved around with grid-column at different media queries.
Also the paragraph text should just be regular 'Barlow' font may want to include that in the <link/> tag as well.
Hope this helps and happy coding.
Marked as helpful1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord