Difference between revisions of "Template:TPHS San Diego/template page css js"

Line 200: Line 200:
 
}
 
}
  
table, tr, td {
+
table{
 +
  display: grid;
 +
  grid-template-columns: auto auto auto;
 +
  background-color: #2196F3;
 +
  padding: 10px;
 +
}
 +
tr, td{
 
   background-color: rgba(255, 255, 255, 0.8);
 
   background-color: rgba(255, 255, 255, 0.8);
 
   border: 1px solid rgba(0, 0, 0, 0.8);
 
   border: 1px solid rgba(0, 0, 0, 0.8);
Line 206: Line 212:
 
   font-size: 30px;
 
   font-size: 30px;
 
   text-align: center;
 
   text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
 
  border: 1px solid rgba(0, 0, 0, 0.8);
 
 
}
 
}
 
+
 
 
.grid-container {
 
.grid-container {
 
   display: grid;
 
   display: grid;

Revision as of 22:31, 9 October 2018