How do I center floated elements?

前端 未结 12 2563
谎友^
谎友^ 2020-11-22 00:16

I\'m implementing pagination, and it needs to be centered. The problem is that the links need to be displayed as block, so they need to be floated. But then, text-alig

12条回答
  •  北恋
    北恋 (楼主)
    2020-11-22 01:08

    
    
    
        float object center
        
    
    
    
    
    
    

    step 1

    create two or more div's you want and give them a definite width like 100px for each then float it left or right

    step 2

    then warp these two div's in another div and give it the width of 200px. to this div apply margin auto. boom it works pretty well. check the above example.

提交回复
热议问题