blob: 0942a6cde89f50ba62e55b8fa30f0c25beccc960 [file] [log] [blame]
.alma {
color: green;
}
.testContainer {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.testColumn{
padding: 3px;
border-right: 1px solid black;
}
.testCell{
border: 1px solid black;
display: inline-block;
margin: 1px;
}