tronnet.net/style.css
Arthur Lu 19a7b27eb5 moved style to external style sheet style.css,
add contact information in contact.html
2022-07-22 22:54:07 -07:00

26 lines
480 B
CSS

.std-text {
font-family: monospace;
color: white;
margin: 20px 0px 20px 0px;
}
.btn-group button {
background-color: #00ff00;
border: 1px solid #00ff00;
color: black;
padding: 10px 24px;
margin: 0px 20px 0px 20px;
cursor: pointer;
float: left;
}
.btn-group button:not(:last-child) {
border-right: none;
}
.btn-group:after {
content: "";
clear: both;
display: table;
}
.btn-group button:hover {
background-color: #00AA00;
border: #00AA00;
}