Úprava souboru index.html
This commit is contained in:
parent
0707e8621a
commit
d7390f2a2b
1 changed files with 5 additions and 3 deletions
|
@ -13,18 +13,20 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="content light-rays">
|
||||
<img width="100%" src="alien3.png" style="">
|
||||
<div style="margin-top: -15rem;">
|
||||
|
||||
<div class="marquee">
|
||||
<div class="marquee_blur" aria-hidden="true">
|
||||
<p class="marquee_text">Lorem ipsum dolor sit amet!</p>
|
||||
<p class="marquee_text">AREA-51 · CZ!</p>
|
||||
</div>
|
||||
<div class="marquee_clear">
|
||||
<p class="marquee_text">Lorem ipsum dolor sit amet!</p>
|
||||
<p class="marquee_text">AREA-51 · CZ!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="text">
|
||||
<img align="left" width="50%" src="alien3.png" style="padding-top: 0.4rem; padding-right: 2rem;">
|
||||
I wanted to make a Gooey Marquee type effect, tried a couple of things, and ended up using two layers of text, one with the effect, and a clean one on top so that the text remains readable.
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue