diff options
Diffstat (limited to '2004-ru/CSS/1.css')
| -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; +} |
