symfony_example_app/assets/styles/app.css

8 lines
84 B
CSS
Raw Normal View History

2024-01-16 19:43:18 +00:00
body {
background-color: skyblue;
}
2024-01-17 09:36:47 +00:00
.header {
background-color: skyblue;
}