23 lines
255 B
CSS
23 lines
255 B
CSS
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
li{
|
|
list-style: none;
|
|
}
|
|
|
|
a{
|
|
text-decoration: none;
|
|
}
|
|
|
|
input{
|
|
border:none;
|
|
outline:medium;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|