diff options
| author | uakci <uakci@uakci.pl> | 2022-03-15 19:13:44 +0100 |
|---|---|---|
| committer | uakci <uakci@uakci.pl> | 2022-03-15 19:13:44 +0100 |
| commit | ddbbfedf15e970c02e128294890adbeb97c4a5ae (patch) | |
| tree | 06fa6f3efc124b2a9a5000c0c02dee36fd4c2d33 /2004-ru/CSS | |
| download | mirror-main.tar.gz mirror-main.zip | |
Diffstat (limited to '')
| -rw-r--r-- | 2004-ru/CSS/1.css | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/2004-ru/CSS/1.css b/2004-ru/CSS/1.css new file mode 100644 index 0000000..bca480a --- /dev/null +++ b/2004-ru/CSS/1.css @@ -0,0 +1,34 @@ +.ft { + font-family: "Times New Roman"; + text-align: justify; +} +.ftb { +font-family: "Times New Roman"; +font-weight: bold; +text-align: justify; +} + +.ft48 { +font-size: 48px; +color: #FF0000; +font-family: "Times New Roman"; +} +.ftred { + font-family: "Times New Roman"; + color: #FF0000; + text-align: justify; +} +.ftblue { + font-family: "Times New Roman"; + color: #0000FF; + text-align: justify; +} +.ftlsu { +font-family: "Lucida Sans Unicode"; +text-align: justify; +} +.ftn { +color: #FFFFFF; +font-family: "Times New Roman"; +background-color: #FFFFFF; +} |
