Difference between revisions of "Template:Toronto/CSS"

Line 317: Line 317:
 
background-color: white;
 
background-color: white;
 
background: #808080;
 
background: #808080;
 +
}
 +
 +
.grid-container {
 +
  display: grid;
 +
  grid-template-columns: auto auto auto;
 +
  grid-gap: 50px;
 +
  background-color: rgba(0, 0, 0, 1.0);
 +
  border-radius: 0px;
 +
  padding: 10px;
 +
padding-top: 30px;
 +
}
 +
.grid-container > div {
 +
  background-color: rgba(255, 255, 255, 1.0);
 +
  border-style: solid;
 +
border-color: red;
 +
border-radius: 100%;
 +
  text-align: center;
 +
  padding: 0px 0;
 +
  font-size: 30px;
 
}
 
}
 
</style>
 
</style>

Revision as of 02:11, 18 September 2018