10 lines
140 B
CSS
10 lines
140 B
CSS
#makeachoicehf{
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
img{
|
|
width: 200px;
|
|
height: auto;
|
|
} |