mirror of
https://github.com/brmlab/intro-8bit.git
synced 2025-06-08 03:03:59 +02:00
initial scroller
This commit is contained in:
parent
a1cce5cb40
commit
b262454263
2 changed files with 22 additions and 0 deletions
|
@ -50,3 +50,18 @@ img {
|
|||
width: 160px;
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
#scroller {
|
||||
position: absolute;
|
||||
left: 800px;
|
||||
top: 20px;
|
||||
width: 30px;
|
||||
height: 650px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#scroller div {
|
||||
color: #000;
|
||||
top: -200px;
|
||||
position: relative;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue