I would like to have a <div>
centered in my page, with width = a % + b
pixels.
Does anyone know how to do it ?
I would like to have a <div>
centered in my page, with width = a % + b
pixels.
Does anyone know how to do it ?
You can give its parent div
, align="center"
like:
<div align="center">
content
</div>