16 lines
218 B
CSS
16 lines
218 B
CSS
body {
|
|
padding-top: 40px;
|
|
}
|
|
|
|
#rotator {
|
|
background: #dddddd;
|
|
width: 960px;
|
|
height: 627px;
|
|
overflow: hidden;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#rotator img {
|
|
display: block;
|
|
margin: 0;
|
|
} |