10 lines
119 B
CSS
10 lines
119 B
CSS
h1 {
|
|
color: blue;
|
|
}
|
|
|
|
.app {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
/* max-width: 500px; */
|
|
margin: auto;
|
|
}
|