Saad Hisham• 1,750
@Saad-Hisham
Posted
Great job✨ on your work so far! Your functionality and validation are perfect! I just wanted to offer a few friendly tips to make it even better.
Firstly, for better structure and accessibility, it might be a good idea to wrap your app in a <main> tag instead of a <div>.
Secondly, I understand that you were more focused on logic, but it's important to pay attention to the design as well. Here are a few adjustments you can make to improve the design:
To fix the sizes, you can use the following code:
.card.rounded-xl.bg-white.p-12.lg\:w-auto{
max-width: 842px;
max-height: 651px;
}
keep the great work up✨
0