coding.exercices/CSS exercices/css/style.css

14 lines
169 B
CSS
Raw Permalink Normal View History

2023-03-20 22:24:05 +01:00
body {
background-color: black;
color: yellow;
}
h1 {
color: green;
font-size: 2rem;
margin: 0;
}
footer {
color: red;
font-size: 0.5rem;
}