Difference between revisions of "Team:RHIT/StyleSheet1"

Line 9: Line 9:
 
#globalWrapper, #content{
 
#globalWrapper, #content{
 
background-color: #636976;
 
background-color: #636976;
margin-left:auto;
+
        position: absolute;
margin-right:auto;
+
        top: 50%;
 
+
        left: 50%;
 +
        margin-right: -50%;
 +
        transform: translate(-50%, -50%)
 
}
 
}
  
 
/*left align Black Menu Bar */
 
/*left align Black Menu Bar */
 
#top_menu_inside {  
 
#top_menu_inside {  
margin-left:auto;  
+
        position: absolute;
margin-right:auto;
+
        top: 50%;
 +
        left: 50%;
 +
        margin-right: -50%;
 +
        transform: translate(-50%, -50%)
 
}
 
}
 
/* PAGE LAYOUT */
 
/* PAGE LAYOUT */

Revision as of 15:19, 11 August 2015