@Almopt

ClaudioAmareno
@ClaudioAmarenoAll comments
- @ClaudioAmareno
Hello Alexandre! Your solution looks pretty cool. I have some tips for you if you want to improve it.
- You can use it to center your card: body{ display: flex justify-content: center align-items: center min-height: 100vh }
- Using <br> tag in HTML, it's not a good practice. Try using margin-left, margin-right for it.
- You should add class to your <p> and <h2>, and using it in CSS instead p, or h2
Have a nice day and happy coding!
- @sheikhhaseeb559@ClaudioAmareno
Hello sheikhhaseeb559! Your solution looks pretty cool. I have some tips for you if you want to improve it.
- You can use it to center your card: body{ display: flex justify-content: center align-items: center min-height: 100vh }
- Also, you can use font-style on the body to implement font on the whole project.
- Using <br> tag in HTML, it's not a good practice. Try using margin-left, margin-right for it.
Have a nice day and happy coding!
Marked as helpful