File size: 297 Bytes
5249238
 
 
150e09e
 
 
 
5249238
 
 
 
150e09e
 
 
 
 
5249238
 
 
150e09e
 
5249238
 
 
150e09e
5249238
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* src/app.css content here */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
  color: #333;
  line-height: 1.6;
}

button {
  font-family: inherit;
}

input {
  font-family: inherit;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}