From f6fb1b3874a534b925c677e4802abfc4bc93db45 Mon Sep 17 00:00:00 2001 From: chee Date: Sun, 26 May 2013 01:03:40 -0500 Subject: [PATCH] shfsh --- blahblah.html | 48 +++++++++++++++++++++++++++++++++++++++++++++++ index.html | 3 ++- styles/garden.css | 12 ++++++++++++ 3 files changed, 62 insertions(+), 1 deletion(-) create mode 100644 blahblah.html 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%;