mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2025-12-16 20:39:24 +00:00
24 lines
224 B
CSS
24 lines
224 B
CSS
.dark {
|
|
background: dimgrey;
|
|
}
|
|
|
|
.dark-text {
|
|
color: aliceblue;
|
|
}
|
|
|
|
.red {
|
|
background: lightcoral;
|
|
}
|
|
|
|
.red-text {
|
|
color: aqua;
|
|
}
|
|
|
|
.some {
|
|
background: lightgreen;
|
|
}
|
|
|
|
.some-text {
|
|
color: darkslateblue;
|
|
}
|