jetstream.html [759:781]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
background-color: #d0d0d0;
}
.buttons td {
width: 250px;
text-align: center;
font-family: sans-serif;
font-size: 20px;
}
a {
padding-left: 30px;
padding-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-decoration: none;
color: black;
border-radius: 5px;
}
a:hover {
background-color: lightgray;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
speedometer.html [623:645]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
background-color: #d0d0d0;
}
.buttons td {
width: 250px;
text-align: center;
font-family: sans-serif;
font-size: 20px;
}
a {
padding-left: 30px;
padding-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-decoration: none;
color: black;
border-radius: 5px;
}
a:hover {
background-color: lightgray;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -