8 lines
72 B
CSS
8 lines
72 B
CSS
body a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
html, body {
|
|
height: 100%;
|
|
}
|