13 lines
198 B
CSS
13 lines
198 B
CSS
body {
|
|
margin: 1em;
|
|
font-family: helvetica, arial, sans-serif;
|
|
font-size: 18px;
|
|
text-align: center;
|
|
}
|
|
a, a:visited {
|
|
color: #43A047;
|
|
outline: none;
|
|
}
|
|
a:hover {
|
|
text-decoration: none;
|
|
} |