Difference between revisions of "Template:UCSC"

Line 81: Line 81:
 
       font-family: 'Quicksand', sans-serif;
 
       font-family: 'Quicksand', sans-serif;
 
       background-color: honeydew;
 
       background-color: honeydew;
overflow-x:hidden;
+
 
 
       position: relative;
 
       position: relative;
 
     }
 
     }
Line 95: Line 95:
 
   }
 
   }
  
    .layout {
+
 
      display : inline-block;
+
      width : 100%;
+
      height : 100%;
+
      z-index : 90;
+
      vertical-align : middle;
+
      line-height : 300px;
+
      text-align : center;
+
      display: flex;
+
      justify-content: center;
+
      align-items: center;
+
      -webkit-display: flex;
+
      -webkit-justify-content: center;
+
      -webkit-align-items: center;
+
                        vertical-align : middle;
+
    }
+
  
 
     /* REMOVE UNWANTED ELEMENTS AND STYLE OTHERS */
 
     /* REMOVE UNWANTED ELEMENTS AND STYLE OTHERS */

Revision as of 23:54, 10 August 2017