Widget: Homepage: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 15: | Line 15: | ||
} | } | ||
#hp-heading h1 { font-family: 'Raleway'; font-size: 5em; margin-bottom: .5em; } | #hp-heading h1 { font-family: 'Raleway'; font-size: 5em; margin-bottom: .5em; } | ||
#hp-heading h1 span { display: block; white-space: nowrap; } | #hp-heading h1 span { | ||
display: block; | |||
white-space: nowrap; | |||
opacity: 0; | |||
transform: translateX(-5em); | |||
transition: all 400ms ease-in; | |||
} | |||
.loaded #hp-heading h1 span { opacity: 1; transform: translateX(0);} | |||
#hp-heading h1 span:nth-child(1) { font-weight: 800; letter-spacing: .06em; } | #hp-heading h1 span:nth-child(1) { font-weight: 800; letter-spacing: .06em; } | ||
#hp-heading h1 span:nth-child(2) { font-weight: 500; } | #hp-heading h1 span:nth-child(2) { font-weight: 500; } |
Revision as of 14:47, 23 May 2022
Development verstion of the DCT Homepage.
Not ready for production!