0
How would I make the next boxes going over to make a grid
I'm using w3 css in my blog template and I'm trying to figure out hownto get boxes next to each other
1 Antwort
+ 3
.box {
display: inline-block;
}
I'm using w3 css in my blog template and I'm trying to figure out hownto get boxes next to each other