ILikeCode
@ILikeCode1All comments
- @AL3M4ND1Y3Submitted over 2 years ago@ILikeCode1Posted over 2 years ago
Looks good although you could use some responsiveness.
Adding "margin:0 auto;" to "contenedor" and removing the existing margin will center it horizontally.
If you add "display: flex; justify-content: center; flex-direction: column; height: 100vh;" to "section" you will center vertically as well.
Other than that, it looks good!
Marked as helpful0 - @Mfried95Submitted over 2 years ago
This is the biggest project I have done yet! I did alter some of the design to personalize it more. Please give me some feed back on what can be improved. I'd love to use this as a portfolio projects as it has many functions.
@ILikeCode1Posted over 2 years agoIf you add the same border styling to your buttons at its normal state, the button wont move when you hover over it.
#login-button for example
#login-button { background-color: hsl(0, 94%, 66%); color: white; padding: .5em 1.5em; width: 1em; height: 1em; border-radius: .3rem; border: solid 1px red; /Same as hover state/
Just a small tip :)
0 - @lewis-boySubmitted about 3 years ago
I had trouble getting the proceed-to-payment button and the cancel button to extend wide like in the solution. Any help and advice would be appreciated
- @Nicolas0611Submitted about 3 years ago
Practice on my first project in this platform i would like any recomendation or suggestion about the code, i will appreciate that
@ILikeCode1Posted about 3 years agoSome suggestions
-
You misspelled "annual"
-
Add the :hover part for some extra responsiveness.
Other than that it looks about the same
0 -