@Marlz74Submitted about 1 year ago
jr Baraski
@Baraski-jrAll comments
- @Baraski-jrPosted about 1 year ago
Wonderful design try and add transition on the submit button for little animation when the it's hover. """ button { transition: .3s; } """
Marked as helpful0 - @Ahmed-EldawoodySubmitted about 1 year ago@Baraski-jrPosted about 1 year ago
Hello! You should try and use transition on the for element that are having hovering effect to make them a little animated.
And also used "width: min(90%, 90rem); margin-inline: auto; " on each wrapper of each section for them to have 90% as width of the screen on small screens and 90rem of big screen.
By doing this your design will be more responsive and it will save a lot of Code.
0 - @WesselKonstantinovSubmitted about 1 year ago
Feedback welcome.
@Baraski-jrPosted about 1 year agoTo make your button more interactive you can use "box shadow and transition on it, when it's hover an when it's Active of different blur amount, to have more a little animation on it.
1