Latest solutions
Responsive pomodoro-app with React and Styled Components
#react#styled-components#viteSubmitted 10 months ago
Latest comments
- @Sazid99246@rogozinds
Good Job! One mistake use transform: translate(-50%, -50%); instead of transition: transform(-50%, -50%); for the icon-view.svg
- @AbubakerCodes@rogozinds
I noticed one detail, when you go between different stages of the form, the size of the whole form (specifically) height changes when going from step 1 to step 2 and from step 2 to step 3. It causes this "glitching" effect that looks a bit annoying. I think the main form should have consistent size.
Marked as helpful