@rali9000Submitted over 1 year ago
I'm curious if there's a better way to check for valid dates?
I'm curious if there's a better way to check for valid dates?
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!
I used Flex while creating this. But I don't know if it was the correct approach. If anyone has a better and easier approach?
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!