mirror of
https://github.com/brmlab/intro-8bit.git
synced 2025-06-09 11:44:00 +02:00
finish scroller
This commit is contained in:
parent
3fea409ec7
commit
ecb1435bb2
5 changed files with 181 additions and 9 deletions
|
@ -55,7 +55,6 @@ img {
|
|||
position: absolute;
|
||||
left: 800px;
|
||||
top: 20px;
|
||||
width: 30px;
|
||||
height: 650px;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
|
@ -63,6 +62,6 @@ img {
|
|||
|
||||
#scroller div {
|
||||
color: #000;
|
||||
top: -200px;
|
||||
top: 0px;
|
||||
position: relative;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue