Page 415 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 415
.bd {
text-align: center;
}
.container {
margin: 0 auto;
margin-top: 100px;
width: 532px;
}
.slot-wrapper {
border: 2px solid #000000;
}
.slot {
background: url("images/reel_normal.png") repeat-y;
/*Taken from http://www.swish-designs.co.uk*/
width: 172px;
height: 140px;
float: left;
border: 2px solid #000;
background-position: 0 8px;
}
.motion {
background: url("images/reel_blur.png") repeat-y;
/*Taken from http://www.swish-designs.co.uk*/
}
button {
display: block;
width: 250px;
height: 66px;
margin: auto;
margin-bottom: 50px;
font-size: 32px;
cursor: pointer;
}
#result {
- 408 -