Latest solutions
Pricing component using React.js, Vite.js, and Sassy CSS
#accessibility#react#sass/scss#vite#bemSubmitted about 2 years agoFully responsive mobile-first Tailwind CSS grid calculator
#bem#tailwind-css#nodeSubmitted over 2 years ago
Latest comments
- @FrontendBy-GJ@anastasiiaal
Hello there 👋
Love your solution result, good job!
I have a tiny suggestion to make to improve your site. Now, when on a country-designated page, it has an y-axis scroll. Probably it comes from section's first child's height of 100vh. To fix that, I'd do the following:
- remove min-height from this element
- remove bgc from section
- set your root's min-height to 100vh
- set your root's bgc to the color of background
Hope it helps 🙂
Marked as helpful - @hesam-fattahi@anastasiiaal
Hello there! 👋 I love how you redesigned the initial project, especially your feature with a tiny flag near the border country, really well done!! 🔥 On the other hand, there seems to be some issue with the countries that do not have neighbours: check out Barbados, e.g. You should probably add some condition before your render. Otherwise, great job!
Marked as helpful