Latest solutions
Latest comments
- @MikeBish13@SahasSaurav
great solution and pixel-perfect site ... Where did you learn scss any crash recommendation?
- @cloworm@SahasSaurav
great animation and responsive even i have also tried this challenge just check my solution link- https://next-pomodoro.vercel.app/ and please give feedback to me and my github repo https://github.com/SahasSaurav/next_pomodoro and even i also soved the state maagement with context api and useReducer just give a look to it
- @cloworm@SahasSaurav
Hey, great job and really love the way you are using svg. Everything looks fabulous and responsive
- @MatthewKissinger@SahasSaurav
use background-size:contain background-repeat: no-repeat and background-position: bottom for background image
- @nikkuv@SahasSaurav
use the max-width in form reduce the width in form element and decrease the line-height the h1 in larger screen
form{ max-width:550px }
- @solybarr@SahasSaurav
the reason behind the accessibility issue is each must be uniquely identity from other so use aria-label attribute and this aria-label attribute also help with screen reader how to describe about the link. <a href="www.facebook.com" aria-label="facebook">Facebook</a>