Difference between revisions of "Team:NYU Shanghai/Notebook/Test"

Line 5: Line 5:
 
   #calendars {
 
   #calendars {
 
     position: fixed;
 
     position: fixed;
     width: 30%;
+
     width: 100%;
 
   }
 
   }
   #calendars h6 {
+
   #calendars h4 {
 
     color: white;
 
     color: white;
 
     margin: 0 auto;
 
     margin: 0 auto;
 
   }
 
   }
 
   #calendars div {
 
   #calendars div {
     display: block;
+
     display: inline-block;
 
     margin: 0;
 
     margin: 0;
 +
    padding: 0 5%;
 
   }
 
   }
 
   #calendars tr, #calendars td {
 
   #calendars tr, #calendars td {
 
     background-color: black;
 
     background-color: black;
 
     color: white;
 
     color: white;
     font-size: 10px;
+
     font-size: 12px;
 
     margin: 0;
 
     margin: 0;
 
   }
 
   }
Line 25: Line 26:
 
<div id="calendars">
 
<div id="calendars">
 
   <div>
 
   <div>
   <h6>May</h6>
+
   <h4>May</h4>
 
   <table>
 
   <table>
 
     <tr>
 
     <tr>
Line 78: Line 79:
 
   </table>
 
   </table>
 
   </div><div>
 
   </div><div>
   <h6>June</h6>
+
   <h4>June</h4>
 
   <table>
 
   <table>
 
     <tr>
 
     <tr>
Line 123: Line 124:
 
   </table>
 
   </table>
 
   </div><div>
 
   </div><div>
   <h6>July</h6>
+
   <h4>July</h4>
 
   <table>
 
   <table>
 
     <tr>
 
     <tr>
Line 168: Line 169:
 
   </table>
 
   </table>
 
   </div><div>
 
   </div><div>
   <h6>August</h6>
+
   <h4>August</h4>
 
   <table>
 
   <table>
 
     <tr>
 
     <tr>

Revision as of 20:36, 16 August 2015

May

1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31

June

1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30

July

1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

August

1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31