Difference between revisions of "Widget:Homepage"

From LINKS Community Center
Jump to: navigation, search
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 15:47, 23 May 2022

   Development verstion of the DCT Homepage.
Not ready for production!