Update 1.css
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
font-family: 'Teko',sans-serif;
|
font-family: 'Teko',sans-serif;
|
||||||
font-size: 6rem;
|
font-size: 6rem;
|
||||||
color: var(--primary);
|
color: var(--primary);
|
||||||
font-weight: bold;
|
font-weight: 500;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
.intro-echo {
|
.intro-echo {
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
font-family: 'Teko',sans-serif;
|
font-family: 'Teko',sans-serif;
|
||||||
font-size: 6rem;
|
font-size: 6rem;
|
||||||
color: var(--primary);
|
color: var(--primary);
|
||||||
font-weight: bold;
|
font-weight: 500;
|
||||||
transition: opacity 0.5s ease, transform 0.9s ease, font-size 0.5s ease;
|
transition: opacity 0.5s ease, transform 0.9s ease, font-size 0.5s ease;
|
||||||
mask-image: linear-gradient(180deg, rgba(255,255,255,0) 55%, rgb(255,255,255));
|
mask-image: linear-gradient(180deg, rgba(255,255,255,0) 55%, rgb(255,255,255));
|
||||||
-webkit-mask-image: linear-gradient(180deg, rgba(255,255,255,0) 55%, rgb(255,255,255));
|
-webkit-mask-image: linear-gradient(180deg, rgba(255,255,255,0) 55%, rgb(255,255,255));
|
||||||
|
|||||||
Reference in New Issue
Block a user