scavenger-hunt-2021/hunt/static/css/index.css

34 lines
384 B
CSS

.box {
padding: 5px;
margin: 5px;
}
.available {
background-color: lightgray;
}
.completed {
background-color: lightgreen;
}
.locked {
background-color: lightsalmon;
}
.centered-div {
text-align: center;
}
.left-div {
text-align: left;
}
a {
color: inherit;
text-decoration: none;
}
a:hover {
color: inherit;
text-decoration: none;
}