CSS : centering a div and mixing pixels and percen

2019-09-17 16:18发布

问题:

I would like to have a <div> centered in my page, with width = a % + b pixels.

Does anyone know how to do it ?

回答1:

You can give its parent div, align="center" like:

<div align="center">
   content
</div>