Skip to content

Commit

Permalink
position arms
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 3, 2011
1 parent 464f580 commit 5937d0d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions particles/public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,19 @@ body {
background: url(images/guy-head.png);
}
#guy-arm-left {
position: absolute;
top: 65px;
left: 10px;
width: 36px;
height: 133px;
background: url(images/guy-arm-left.png);
}
#guy-arm-right {
position: absolute;
top: 60px;
right: 12px;
width: 32px;
height: 142px;
-webkit-transform: rotate(-3deg);
background: url(images/guy-arm-right.png);
}

0 comments on commit 5937d0d

Please sign in to comment.