personal-site/static/css/style.css

12 lines
88 B
CSS

.article{
background: red;
}
article {
color: red;
}
body{
background: green;
}