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;
|
width: 160px;
|
||||||
height: 36px;
|
height: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#scroller {
|
||||||
|
position: absolute;
|
||||||
|
left: 800px;
|
||||||
|
top: 20px;
|
||||||
|
width: 30px;
|
||||||
|
height: 650px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
#scroller div {
|
||||||
|
color: #000;
|
||||||
|
top: -200px;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
|
@ -16,6 +16,13 @@
|
||||||
|
|
||||||
<img src="data/astley.png" />
|
<img src="data/astley.png" />
|
||||||
|
|
||||||
|
<div id="scroller">
|
||||||
|
<div class="ebit">
|
||||||
|
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
|
||||||
|
H<br>E<br>L<br>L<br>L<br>O
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue