7 lines
67 B
CSS
Executable file
7 lines
67 B
CSS
Executable file
body {
|
|
background-color: pink;
|
|
}
|
|
|
|
.App {
|
|
text-align: center;
|
|
}
|