@leorichy99Submitted almost 2 years ago
I need your reviews to help me grow 🙏
I need your reviews to help me grow 🙏
Use main tag in your html. You can probably create the bars using js and avoid the repetition. . Add amount in the brown box. In css you can do .chart_bar:hover {background-color: your hover color}
.
Do someone know how we could capture the data of user (Month or Year) if he doesn't use the keyboard ? Because my card does'nt show the month and year if you put it with the little arrow (of input type=number")
You can make an error class containing the red style and add it to the inputs whenever the input is invalid. You can add class using element.classList.add("errorClassName")
.