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 0000000..7a3fdf0 Binary files /dev/null and b/img/.DS_Store differ diff --git a/style-test.html b/style-test.html new file mode 100644 index 0000000..fb283a3 --- /dev/null +++ b/style-test.html @@ -0,0 +1,21 @@ + + + +
+