Wipe in <mark> waltuh
This commit is contained in:
parent
ee64123194
commit
1882e1d156
|
@ -16,9 +16,9 @@
|
||||||
<section id="description" class="hr">
|
<section id="description" class="hr">
|
||||||
<h2>Description</h2>
|
<h2>Description</h2>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<mark class="waltuh-gradient">Waltuh</mark> is a stupid name for a theme.
|
<mark class="waltuh-gradient">Waltuh</mark>,
|
||||||
Put your theme away.
|
put your theme away.
|
||||||
It's collaborative too!</p>
|
It's collaborative!</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -49,17 +49,17 @@
|
||||||
<div class="container two-columns">
|
<div class="container two-columns">
|
||||||
<div>
|
<div>
|
||||||
<p class="ff-serif fs-900">Heading 1</p>
|
<p class="ff-serif fs-900">Heading 1</p>
|
||||||
<p class="ff-sans-cond fs-200 text-light">font information</p>
|
<p class="ff-sans-cond fs-200 text-light">Inconsolata wght:400</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<p class="ff-serif fs-800">Heading 2</p>
|
<p class="ff-serif fs-800">Heading 2</p>
|
||||||
<p class="ff-sans-cond fs-200 text-light">font information</p>
|
<p class="ff-sans-cond fs-200 text-light">Inconsolata wght:300</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<p class="ff-serif fs-700">Heading 3</p>
|
<p class="ff-serif fs-700">Heading 3</p>
|
||||||
<p class="ff-sans-cond fs-200 text-light">font information</p>
|
<p class="ff-sans-cond fs-200 text-light">Inconsolata wght:200</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
@ -79,13 +79,13 @@
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<p class="ff-sans fs-300">Text</p>
|
<p class="ff-sans fs-300">Text</p>
|
||||||
<p class="ff-sans-cond fs-200 text-light">font information</p>
|
<p class="ff-sans-cond fs-200 text-light">Jost wght:400</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<p class="ff-sans-cond fs-200">Subtext</p>
|
<p class="ff-sans-cond fs-200">Subtext</p>
|
||||||
<p class="ff-sans-cond fs-200 text-light">font information</p>
|
<p class="ff-sans-cond fs-200 text-light">Jost wght:400</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -254,6 +254,10 @@ footer {
|
||||||
background-position: 6em 0em;
|
background-position: 6em 0em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@keyframes wipeIn {
|
||||||
|
from { clip-path: inset(0 100% 0 0); }
|
||||||
|
to { clip-path: inset(0 0 0 0); }
|
||||||
|
}
|
||||||
|
|
||||||
.waltuh-gradient {
|
.waltuh-gradient {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
@ -265,7 +269,9 @@ footer {
|
||||||
background-size: 30vmin 30vmin;
|
background-size: 30vmin 30vmin;
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
|
|
||||||
animation: waltuh-gradient-anim 12s linear infinite;
|
animation: waltuh-gradient-anim 12s linear infinite,
|
||||||
|
wipeIn 0.25s ease-in;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes overlay-breathe {
|
@keyframes overlay-breathe {
|
||||||
|
|
Loading…
Reference in New Issue