css置中那些事

來源:互聯網
上載者:User

標籤:ddl   yellow   單行   lock   文本   line   技巧   com   適用於   

一、css垂直置中

   1.line-height(適用於單行文本置中)

       eg:  html:<p class="wordp">123</p>-

              css: .wordp{width:100px;line-height:50px;background:yellow;color:#fff}

   2.:befor+inline-block(多個物件的垂直置中技巧)

         eg:html   <h2>123</h2>

                       <div class="box3">                           <div class="content">                               立馬來看Amos實際完成的 <a href="http://csscoke.com/2015/07/31/nth-child_rwd_album/">CSS3精美相簿效果 </a>效果吧!別忘了拖拉一下視窗看看 RWD 效果喔!                           </div>                        </div>             css:.box3{width: 500px;height: 250px;border: 1px solid #f00;margin: auto;text-align: center;}.box3::before{content:‘‘;display: inline-block;height: 100%;width: 0;vertical-align: middle;}.box3 .content{width: 400px;background: #ccc;display: inline-block;vertical-align: middle;}

css置中那些事

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.