lumeweb.com/src/components/P1/Meme/Meme.astro

36 lines
1.5 KiB
Plaintext

---
import "./MemeStyles.css";
---
<div class="meme-container">
<div class="meme-wrapper">
<div class="meme-bg">
<span
class="absolute leading-[18.5vh] text-[#2C9940] left-[65%] top-[10%]"
>web1<br />web2<br />crypto & defi<br />web3</span
>
<div class="meme-columns meme-translucent">
<h2
class="text-[calc(15px_+_(25_-_10)_*_((100vw_-_300px)_/_(1600_-_300)))] text-[color:var(--aquamarine)] uppercase font-bold"
>
TITLE
</h2>
<h3
class="left meme-bp text-[calc(30px_+_(45_-_30)_*_((100vw_-_300px)_/_(1600_-_300)))] min-w-[75vw] z-[999] mt-[0.5em]"
>
Building a new world <wbr /> for your data
</h3>
<h4
class="left rounded-[15px] text-[calc(15px_+_(21_-_15)_*_((100vw_-_300px)_/_(1600_-_300)))] text-[color:var(--cloud)] text-[length:var(--font-size-m)] font-normal not-italic max-w-[550px] leading-[35px] mt-[0.5em]"
>
Right now, Lume has only one full-time developer and limited
helper staff! We need help from developers, fundraisers,
funders, and contributors to bring the new internet to the
masses.
</h4>
</div>
</div>
<div class="img-right"></div>
</div>
</div>