diff --git a/blahblah.html b/blahblah.html new file mode 100644 index 0000000..6795ef4 --- /dev/null +++ b/blahblah.html @@ -0,0 +1,48 @@ + + +blah blah + + + + +
+

HELLO I AM A WEBSITE

+
+
+ OH LOOK A WORDS +
+
+ OH LOOK MORE WORD +
+ diff --git a/index.html b/index.html index 1a04926..67734a3 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ in the garden - +
@@ -15,3 +15,4 @@ + diff --git a/styles/garden.css b/styles/garden.css index ea944ec..9c44094 100644 --- a/styles/garden.css +++ b/styles/garden.css @@ -24,6 +24,18 @@ body { box-shadow: 0 0 1000px white; } +.sun { + transition: height .1s ease-in-out, + width .1s ease-in-out, + all 100s ease-in-out; +} + +.sun:active { + height: 105px; + width: 105px; + transform: rotate( 36000deg ); +} + .grass { height: 20%; width: 100%;