From bce069814278bbb8f1e51d7bbd6fd97979eb8dee Mon Sep 17 00:00:00 2001 From: Maikeee Date: Fri, 16 Oct 2020 12:18:19 +0200 Subject: [PATCH] Created test.css and horrible styles from video --- css/test.css | 30 ++++++++++++++++++++++++++++++ img/.DS_Store | Bin 0 -> 6148 bytes style-test.html | 21 +++++++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 css/test.css create mode 100644 img/.DS_Store create mode 100644 style-test.html diff --git a/css/test.css b/css/test.css new file mode 100644 index 0000000..85bf7fb --- /dev/null +++ b/css/test.css @@ -0,0 +1,30 @@ + +body{ + background-color: lightgray; +} +h1 { + font-size: 30px; + color: teal; +} + +h2 { + font-size: 20px; + color: green; + +} + +.big{ + font-size: 40px +} +.uppercase{ + text-transform: uppercase; +} + +.big.uppercase{ + + color: navy; +} + +h1 span{ + color: blue; +} \ No newline at end of file diff --git a/img/.DS_Store b/img/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..7a3fdf036018b592ae98993b01dbf19da6b66f3a GIT binary patch literal 6148 zcmeHKyGjH>5Ukb<4lcRSaK7NcKNycQF!l%JR0KU;69co2{4W1Ys~-rM({xIyB;g5Gl+k6D*2~t1`NC7Dz1*E|56!6|lELX`|rGONW0$&RF_o308d-0eY zpAIfD0+1IB2k6HvL2e!(_u?^`5yG;RoTXMHhGjY9t@3*Dn4IOXIGOjUldUEci_;lz zkq+z0TBU##m@06b+qL)qbJ{oa|FlRuDIf*@l>)ZdUGBDgrRuG-m-AlRXje4Pd8aw( pM+ui`$K+_o+;}@aiKNVH?(=#t9+RV-@hB(jXTWt4q`+S*@Ck + + + + Style Test + + + Span element +

Heading 1 - 1

+

Heading 1 - 2

+

Heading 1 - 3

+

Heading 2 - 1

+

Heading 2 - 2

+

Heading 2 - 3

+ + + + + + +