WalidH98
2/28/2019 - 8:54 AM

Sauron.css


.container
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: stretch;
}

.row
{
	margin-right: -15px;
	margin-left: -15px;
	height: 5vw;
	width: 80%;
	margin: 1px;
}

.col-md-1
{
	border: solid 0.5px white;
}

.colorGris
{
	background-color: rgb(51, 50, 50);
}

.colorYellow
{
	background-color: yellow;
}

.colorOrange
{
	background-color:  orange;
}

.colorBlack
{
	background-color:  black;
}