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

Line 18: Line 18:
 
         color: white;
 
         color: white;
 
       }
 
       }
       header, footer {
+
       header, footer,section {
 
         text-align: center;
 
         text-align: center;
 
         width: 100%;
 
         width: 100%;
 
       }
 
       }
 
       header {
 
       header {
         background-color: red;
+
         background-color: black;
 
         font-size: 36px;
 
         font-size: 36px;
 
         font-weight: bold;
 
         font-weight: bold;
Line 35: Line 35:
 
       }
 
       }
 
       section {
 
       section {
        width: 100%;
+
         background-color: #FFF;
         background-color: gray;
+
 
         padding: 20px;
 
         padding: 20px;
 
         margin: 20px;
 
         margin: 20px;
 
       }
 
       }
 
       footer {
 
       footer {
         background-color: green;
+
         background-color: gray;
 
         font-size: 10px;
 
         font-size: 10px;
 
       }
 
       }

Revision as of 16:54, 30 May 2015