Template:Picnic.css

From The Wiki Camp 2
Jump to navigation Jump to search
.grass{
background-image: url("https://camp2.rectangle.zone/subwikifiles/wc2/images/f/f4/TileGrassy.png");
background-position:center;
border-style: outset;
border-color: #FFF200;
border-width:10px;
text-align:center;
font-family: "Comic Sans MS", Arial, sans-serif;
font-weight:bold;
width:1000px;
}

.grass .row {
  display: flex;
}
.grass .col {
  flex: 10%;
  padding: 25px;
}

.grass tr td
{
	border-color:#000;
    background-color: #fff;
    min-width: 100px;
    height: 100px;
}

.grass tr:nth-child(even) td:nth-child(odd), 
.grass tr:nth-child(odd) td:nth-child(even)
{
    background-color: #ED1C24;
}