Using this css I can draw a small coloured square with a black border:
.row {
display : flex;
justify-content: center;
align-items : center;
margin-bottom: 5px;
}
.box {
height: 20px;
width: 20px;
border: 1px solid black;
border-radius: 0;
margin-right : 5px;
}
/* Canada */
.canada {
background: #FF0000;
color: white;
text-align: center;
}
How can I use similar css to draw: