18 lines
196 B
Plaintext
18 lines
196 B
Plaintext
body, ul,li,p,a{
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
text-decoration: none;
|
|
}
|
|
|
|
body {
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
body,html {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
video {
|
|
outline: none;
|
|
} |