@rachidbendSubmitted over 4 years ago
It's not responsive, but i hope it's ok. does it look close to the desktop design, does it function well and are the animations ok or weird?
It's not responsive, but i hope it's ok. does it look close to the desktop design, does it function well and are the animations ok or weird?
Hi, Your Solution looks good on Desktop, however you could just add the media query on .dashboard__cards { justify-content : center; }, this will display your items on the center. Currently, your cards are to the left due to the space-between you did on the main container :)
How is my approach to handling form validation looking? code on Github
Great solution mate ! How did you do the validation part ? I needed few help in that part.