Widget: Homepage: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
Line 15: Line 15:
         #hp-main { width: 75%; margin: auto; }
         #hp-main { width: 75%; margin: auto; }
         .hp-search { margin-bottom: 5em; }
         .hp-search { margin-bottom: 5em; }
         .hp-area { display: flex; justify-content: space-between; }
         .hp-area { display: flex; }
         .hp-area-icon { flex: 1 0; }
        .hp-area-icon { flex: 1 0; margin-right: 1em; }
         .hp-area-text { flex: 1 1 75%; }
         .hp-area-text h2 { font-family: 'Raleway'; font-weight: 300; letter-spacing: .06em; }
         .hp-area-text h2 { font-family: 'Raleway'; font-weight: 300; letter-spacing: .06em; }
         .hp-area-text p { font-size: 1.2em; }
         .hp-area-text p { font-size: 1.2em; }
         .hp-area-arrow { flex: 1 0; font-size: 5em; }
         .hp-area-arrow { flex: 1 0; font-size: 3em; margin-left: 1em; }
         .placeholder-box {
         .placeholder-box {
             position: relative;
             position: relative;

Revision as of 13:43, 20 May 2022

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