Files
trikotwaschliste/html/static/style.css
2020-10-09 17:15:47 +02:00

23 lines
548 B
CSS

.title {
text-align: center;
}
.button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 10pt 10pt;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.button-green {background-color: #4CAF50;} /* Green */
.button-blue {background-color: #008CBA;} /* Blue */
.button-red {background-color: #f44336;} /* Red */
.button-gray {background-color: #e7e7e7; color: black;} /* Gray */
.button-black {background-color: #555555;} /* Black */
tr:hover {background-color: #f5f5f5;}