Latest solutions
REST Country API using REACT-Router, Styled Components, Framer Motion
#framer-motion#react#styled-components#react-routerSubmitted almost 3 years agoTodo-App using React, SASS, Framer Motion
#accessibility#bem#react#sass/scss#framer-motionSubmitted almost 3 years agoEcommerce Page using React, SASS, React Transition Group
#accessibility#bem#sass/scss#reactSubmitted almost 3 years ago
Latest comments
- @yashjangir1Submitted almost 3 years ago@khaizterPosted almost 3 years ago
Hi, I like how you add the other features, but there are some things that I think need some tweakings.
- The box shadow was too thick or dark, try to use a little transparent color.
- There's no Antartic region
- The theme toggle switch has letter "s" on it. But anyways good job on it.
Marked as helpful1 - @tomhineSubmitted almost 3 years ago@khaizterPosted almost 3 years ago
I suggest using repeat(auto-fill, minmax(minimum-size, 1fr)) in the grid template columns this will make your grid become responsive with less media queries. As it automatically fills up another column if there's a space available.
0 - @Andrewthe13thSubmitted almost 3 years ago@khaizterPosted almost 3 years ago
you can change the color of svg by using the filter property here check this out https://stackoverflow.com/questions/22252472/how-to-change-the-color-of-an-svg-element
Marked as helpful0 - @trafargarlawSubmitted almost 3 years ago@khaizterPosted almost 3 years ago
I suggest to try the 7-1 patterns on SASS. they have a guidelines for it in SASS guidelines you might want to check it out.
0 - P@mackievaSubmitted almost 3 years ago@khaizterPosted almost 3 years ago
What I did in the image was change the src of img tag on css by content : url(), i didn't know the srcset maybe I will try it on next projects. Anyway good solution!
0