16 lines
172 B
CSS
16 lines
172 B
CSS
body{
|
|
margin: 0 0;
|
|
padding: 0 0;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
#app {
|
|
margin: 0 0;
|
|
padding: 0 0;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: #000;
|
|
}
|