latin/app/static/css/LLPSI.css

12 lines
186 B
CSS
Raw Normal View History

2020-12-03 20:22:58 +01:00
input[type="text"] {
border: none;
border-bottom: 1px solid black;
}
input[type="text"].incorrect {
background-color: red;
}
input[type="text"].correct {
background-color: green;
}