Latest solutions
Multi step form using Nextjs , React hook form, Styled components
#next#react#styled-componentsSubmitted over 1 year agoSpace tourism website using NextJs, Typescript,Styled compents
#accessibility#next#react#styled-components#typescriptSubmitted almost 2 years agoNewsletter sign-up form with success message
#react#styled-components#typescriptSubmitted almost 2 years ago
Latest comments
- @just-a-devguy@csoumya14
Hi, Nice attempt. I liked the way you build the table on the features page. I used that as a reference while doing this challenge. I would like to give one suggestion, using "<picture >tag" instead of "<img/> tag" will give you more flexibility in using images while working with a responsive design.
- @SankThomas@csoumya14
Hi, your solution looks great!
I recently did this challenge and I used this trick: https://css-tricks.com/the-many-ways-to-change-an-svg-fill-on-hover-and-when-to-use-them/ to change the color of SVG icons on hover, if it finds useful to you.