Skip to content

Commit

Permalink
add cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
chenchen committed Apr 17, 2014
1 parent ee2388e commit 2b34486
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions game/axc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,41 +61,47 @@
height:100px;
background:url(img/1.png) no-repeat;
float:left;
cursor: all-scroll;
}
.box1{
border: 2px solid #ccc;
width:100px;
height:100px;
background:url(img/2.png) no-repeat;
float:left;
cursor: all-scroll;
}
.box2{
border: 2px solid #ccc;
width:100px;
height:100px;
background:url(img/3.png) no-repeat;
float:left;
cursor: all-scroll;
}
.box3{
border: 2px solid #ccc;
width:100px;
height:100px;
background:url(img/4.png) no-repeat;
float:left;
cursor: all-scroll;
}
.box4{
border: 2px solid #ccc;
width:100px;
height:100px;
background:url(img/5.png) no-repeat;
float:left;
cursor: all-scroll;
}
.box5{
border: 2px solid #ccc;
width:100px;
height:100px;
background:url(img/6.png) no-repeat;
float:left;
cursor: all-scroll;
}


Expand Down

0 comments on commit 2b34486

Please sign in to comment.