You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
225 B
CSS

.task {
border: 1px solid black;
border-radius: 5px;
margin-bottom: 10px;
width: 100%;
}
.taskheading {
font-size: 150%;
}
.progress {
background-color: green;
height: 10px;
display: block;
}