Úprava souboru index.html

This commit is contained in:
janrippl 2025-02-13 09:53:35 +01:00
parent 0707e8621a
commit d7390f2a2b

View file

@ -13,18 +13,20 @@
</head> </head>
<body> <body>
<div class="content light-rays"> <div class="content light-rays">
<img width="100%" src="alien3.png" style="">
<div style="margin-top: -15rem;">
<div class="marquee"> <div class="marquee">
<div class="marquee_blur" aria-hidden="true"> <div class="marquee_blur" aria-hidden="true">
<p class="marquee_text">Lorem ipsum dolor sit amet!</p> <p class="marquee_text">AREA-51 &middot; CZ!</p>
</div> </div>
<div class="marquee_clear"> <div class="marquee_clear">
<p class="marquee_text">Lorem ipsum dolor sit amet!</p> <p class="marquee_text">AREA-51 &middot; CZ!</p>
</div> </div>
</div> </div>
</div>
<p class="text"> <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. 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> </p>
</div> </div>