mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2026-01-27 20:42:03 +00:00
add hw 12
This commit is contained in:
23
src/s2-homeworks/hw12/HW12.module.css
Normal file
23
src/s2-homeworks/hw12/HW12.module.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user