16 lines
No EOL
253 B
CSS
16 lines
No EOL
253 B
CSS
a, a:hover, a:visited {
|
|
border: none;
|
|
outline: none;
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
body {
|
|
overflow: hidden;
|
|
}
|
|
body,div {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
font-weight: normal;
|
|
font-family: sans-serif;
|
|
} |