1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Updated website to new design

This commit is contained in:
Michael Hollister 2024-11-20 12:40:48 -06:00
parent 61f718f6ab
commit 72f80af3db
10 changed files with 605 additions and 17 deletions

View file

@ -297,3 +297,32 @@ html, body, .body {
visibility: visible;
}
}
#title-container {
display: flex;
/* justify-content: center; */
align-items: center;
}
#title-text {
font-family: Outfit;
font-size: 100px;
font-weight: 800;
line-height: 110px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
background: linear-gradient(180deg, #5B5B5B 5.9%, #292929 100%);
background-clip: text;
-webkit-text-fill-color: transparent;
}
#title-icon {
width: 84px;
height: 84px;
background-image: url(../images/icon-dark.svg);
background-size: cover;
margin-right: 15px;
}