symfony_example_app/assets/styles/app.css

12 lines
131 B
CSS
Raw Permalink 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;
}
.header-another-code {
font-size: 2rem;
}