ROA_Calc/roacalc.css

35 lines
625 B
CSS

.content {
position: relative;
border: 1px solid black;
padding-left: 17px;
padding-right: 17px;
max-width: 350px;
min-height: 350px;
margin: auto;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.footer {
position: relative;
bottom: 15px;
width: 100%;
font-size: 75%;
margin: auto;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.results {
font-size: 200%;
margin: auto;
}
.results h1 {
font-family:'Courier New', Courier, monospace;
}
#vanity {
font-family: serif;
font-style: oblique;
font-size: 0.8em;
}