add hw 12

This commit is contained in:
neko
2022-06-19 20:20:08 +03:00
parent 598d34d5c7
commit f4b13b891e
8 changed files with 95 additions and 3 deletions

View File

@@ -0,0 +1,23 @@
.dark {
background: dimgrey;
}
.dark-text {
color: aliceblue;
}
.red {
background: lightcoral;
}
.red-text {
color: aqua;
}
.some {
background: lightgreen;
}
.some-text {
color: darkslateblue;
}