improve homepage
This commit is contained in:
parent
9a9e9ce8a6
commit
1e916efc85
10 changed files with 133 additions and 8 deletions
|
@ -2,6 +2,9 @@
|
|||
@import "variables";
|
||||
@import "main";
|
||||
|
||||
// fonts
|
||||
@import "fonts/playfair";
|
||||
|
||||
// shortcodes
|
||||
@import "shortcodes/verticalposts";
|
||||
|
||||
|
@ -13,6 +16,27 @@
|
|||
|
||||
#introduction {
|
||||
background: var(--vriish-gradient);
|
||||
font-family: "playfair";
|
||||
font-size: 2rem;
|
||||
height: 100vh;
|
||||
h1 {
|
||||
letter-spacing: 0.5rem;
|
||||
}
|
||||
p {
|
||||
letter-spacing: 0.15rem;
|
||||
}
|
||||
&::after {
|
||||
content: "☟";
|
||||
font-size: 4.8rem;
|
||||
position: absolute;
|
||||
bottom: 2rem;
|
||||
animation: 1s ease-in infinite alternate scrollDown;
|
||||
font-family: serif;
|
||||
}
|
||||
@keyframes scrollDown {
|
||||
from { transform: translateY(0); }
|
||||
to { transform: translateY(1rem); }
|
||||
}
|
||||
}
|
||||
|
||||
section {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue