Latest solutions
Latest comments
- @rali9000@colormethanh
Hi, Great project submission!
I noticed that your input boxes still have black lines around them. Those can be changed with the border properties
border-color: black; border-width: 1px;
It would be wise to check the outline properties as well!
Other than that everything else looks great!
- @tenthin@colormethanh
Hey many, although my solution wasn't perfect I found that using CSS Grid was an easier solution than CSS flex. The main benefit I found was that CSS Grid helps your align things and size objects a lot easier than flex.
You can try this Link to get more info on CSS Grid!
Marked as helpful