Difference between revisions of "Template:TCU Taiwan/CSS"

Line 33: Line 33:
 
background-color: transparent;
 
background-color: transparent;
 
}
 
}
header, nav, section, article, footer {
+
      header, nav, article, footer {
 
         display: block;
 
         display: block;
 
       }
 
       }
       header, nav, section, article, footer {
+
       header, nav,article, footer {
 
         color: white;
 
         color: white;
 
       }
 
       }
Line 44: Line 44:
 
       }
 
       }
 
       header {
 
       header {
        position:absolute;
 
 
         background-color: red;
 
         background-color: red;
 
         font-size: 36px;
 
         font-size: 36px;
Line 50: Line 49:
 
       }
 
       }
 
       nav {
 
       nav {
         position: fixed;
+
         position:absolute;
 
         top: 40px;
 
         top: 40px;
 
         right: 25px;
 
         right: 25px;
 
         background-color: blue;
 
         background-color: blue;
 
         width: 100px;
 
         width: 100px;
      }
 
      section {
 
        width: 86%;
 
        background-color: gray;
 
        padding: 20px;
 
        margin: 20px;
 
 
       }
 
       }
 
       footer {
 
       footer {

Revision as of 07:48, 31 May 2015