Difference between revisions of "Widget:Homepage"

From LINKS Community Center
Jump to: navigation, search
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 14:43, 20 May 2022

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