11 lines
156 B
CSS
11 lines
156 B
CSS
body{
|
|
text-align: center;
|
|
font-family: monospace;
|
|
font-size: 1.3em;
|
|
}
|
|
a{
|
|
text-decoration: none;
|
|
}
|
|
a:hover{
|
|
text-decoration: underline;
|
|
} |