diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a6d7ecd --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +temp/ diff --git a/css/style.css b/css/style.css index d60afbd..1ea4aab 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,7 @@ body { - background-color: blue; -} \ No newline at end of file + background-color: white; +} + +h1 { + color: red; +}