
previous

page 29
next
my styles.css so far
body {
display:flex;
align-items:center;
}
.row {
display:flex;
align-items:center;
}
.cell {
height:13vmin;
border:thin solid;
}
.row5 {
width:67vmin;
display:flex;
justify-content:space-around;
}
#pick {
height:13vmin;
}
display:flex;
align-items:center;
}
.row {
display:flex;
align-items:center;
}
.cell {
height:13vmin;
border:thin solid;
}
.row5 {
width:67vmin;
display:flex;
justify-content:space-around;
}
#pick {
height:13vmin;
}
previous
next