Simple center a object with css and no hacks

前端 未结 7 858
不思量自难忘°
不思量自难忘° 2021-02-01 05:13

I want to center an object using CSS and no hacks, is this possible and how?

I have tried this, but than my p tag is gone.

.centered {
  position: fixed;         


        
7条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-01 05:42

    Usage :

    1. In-Line usage : Content goes here....
    2. CSS Code :

      #text-align { text-align:center }

    HTML Code :

    Content goes here....

    http://www.techulator.com/resources/4299-center-Deprecated-tags-HTML.aspx

提交回复
热议问题