Latest solutions
REST Country API using REACT-Router, Styled Components, Framer Motion
#motion#react#styled-components#react-routerSubmitted about 3 years agoTodo-App using React, SASS, Framer Motion
#accessibility#bem#react#sass/scss#motionSubmitted about 3 years agoEcommerce Page using React, SASS, React Transition Group
#accessibility#bem#sass/scss#reactSubmitted about 3 years ago
Latest comments
- @yashjangir1@khaizter
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 helpful - @tomhine@khaizter
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.
- @Andrewthe13th@khaizter
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 helpful - @trafargarlaw@khaizter
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.
- P@mackieva@khaizter
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!