Latest solutions
Latest comments
- @leorichy99@xdzaster
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}
.Marked as helpful - @Hitch95@xdzaster
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")
.