Files
excel-download/nodejs/react-example/ex1/src/App.css
2022-04-12 20:26:46 +09:00

11 lines
89 B
CSS

.App {
background-color: black;
}
h2 {
color: red;
}
#bold_text {
color: green;
}