32 lines
1.3 KiB
Plaintext
32 lines
1.3 KiB
Plaintext
---
|
|
import "./MemeStyles.css";
|
|
---
|
|
|
|
<div class="meme-container">
|
|
<div class="meme-wrapper">
|
|
<div class="meme-bg">
|
|
<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>
|