|
|
|
|
|
by ChrisMarshallNY
2228 days ago
|
|
> You don't need the style="text-align:center" on your wrapper element Why not? The goal is to center something with an unpredictable size. display:block adapts to the container.
display:table adapts to the contents. This uses both. |
|