Úprava souboru index.html
This commit is contained in:
parent
5da57ceb2b
commit
8a75310bb9
2 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id='effect' style='position:absolute; width:800px; height:300px'>
|
||||
<div id='effect' class="text" style='position:absolute; width:100%; height:300px'>
|
||||
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.
|
||||
</div>
|
||||
|
||||
|
|
|
@ -78,6 +78,7 @@ body {
|
|||
|
||||
.text {
|
||||
margin-block: 2em;
|
||||
padding: 2rem;
|
||||
}
|
||||
|
||||
/* -- paprsky -- */
|
||||
|
|
Loading…
Add table
Reference in a new issue