diff --git a/README.md b/README.md index 7bc2383..68fb38c 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,4 @@ A place for your styling creativity to grow **NOTE:** *This repo is copyrighted material for your private use only and not to be shared outside of Viking Code School.* +joshua levenson \ No newline at end of file diff --git a/index.html b/index.html index 3a88ff2..b9498d8 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ Viking CSS Garden - + diff --git a/style.css b/style.css index 64192bc..aee113c 100644 --- a/style.css +++ b/style.css @@ -1,10 +1,24 @@ /* ----------------------------------- * * Your Styles Here + + } * ----------------------------------- */ +html { + font-family: serif; + +} +body { + background-image: url(http://i3.mirror.co.uk/incoming/article6671101.ece/ALTERNATES/s1200/Apollo-11-astronaut-Buzz-Aldrin-standing-on-moon-with-astronaut-Neil-Armstrong.jpg); +color: yellow; +} +h2 { + font-size: 2em; +} + .section-title{ - \ No newline at end of file + letter-spacing: 20px; \ No newline at end of file