Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed May 26, 2013
1 parent 99f7692 commit 059cc6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions garden.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,25 @@ body {
position: absolute;
left: 50%;
margin-left: -7.5px;
background: lime;
background: linear-gradient( to left, lime, limegreen );
border: 1px solid darkgreen;
border-bottom: none;
bottom: 10%;
width: 15px;
height: 20px;
transition: height 4.741s ease-in-out;
}

.stem.alive,
.stem:active,
.stem:hover {
height: 200px;
}

.flower {
box-shadow: none;
border-color: white;
border-width: 15px;
box-shadow: 0 0 1px black;
top: -30px;
left: -25px;
height: 30px;
Expand Down

0 comments on commit 059cc6c

Please sign in to comment.