第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

為什么布局沒(méi)有像圖像中那樣顯示?

為什么布局沒(méi)有像圖像中那樣顯示?

至尊寶的傳說(shuō) 2023-10-30 16:08:52
我想要有一個(gè)如圖所示的布局結(jié)構(gòu),其中“標(biāo)題”文本在中心對(duì)齊,鏈接在右側(cè)對(duì)齊,在左列中我有一些文本,在每個(gè)文本下方,有一個(gè)在中心對(duì)齊的圖像:但它無(wú)法正常工作,我試圖獲得這樣的布局“ https://jsfiddle.net/e2gvbjyq ”,但有 3 個(gè)問(wèn)題:鏈接“鏈接”未與“標(biāo)題”文本正確垂直對(duì)齊,且未正確右對(duì)齊左列中的圖像沒(méi)有像上圖那樣在中心對(duì)齊右列中的對(duì)該padding:1em列沒(méi)有任何影響頁(yè)腳不會(huì)像上圖那樣出現(xiàn)在底部你知道為什么嗎?我是初學(xué)者,所以我嘗試使用 margin、float 等基礎(chǔ)知識(shí)來(lái)實(shí)現(xiàn)這種布局。超文本標(biāo)記語(yǔ)言    <!DOCTYPE html><html>  <head>    <title>Title of the document</title>    <meta name="viewport" content="width=device-width">    <link rel="stylesheet" type="text/css" href="css/style.css">  </head>  <body>    <header>      <h1>Title</h1>      <a href="#">Link</a>    </header>    <section id="content-left">      <article>        <h2>Left Title</h2>        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vitae officiis neque atque amet fugit, eveniet at maxime nesciunt. Sint repellat neque necessitatibus ea sequi tempora, dolor non, possimus magni odio</p>        <img src="http://via.placeholder.com/300">        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vitae officiis neque atque amet fugit, eveniet at maxime nesciunt. Sint repellat neque necessitatibus ea sequi tempora, dolor non, possimus magni odio.</p>        <img src="http://via.placeholder.com/300">        <p class="issue"><b>(Issue: Images are not aligned at center)</b></p>      </article>    </section>    <section id="content-right">      <article>        <h2>Right Title</h2>        <p class="issue">(Issue: padding left is not working)</p>      </article>    </section>    <footer>      <h1>Footer</h1>      <p><b class="issue">(Issue: footer is not at bottom of the page)</b></p>    </footer>  </body></html>
查看完整描述

1 回答

?
瀟瀟雨雨

TA貢獻(xiàn)1833條經(jīng)驗(yàn) 獲得超4個(gè)贊

您可以添加額外的 div 并使其靈活。


頁(yè)眉寬度:100% 內(nèi)容右:寬度:50% 內(nèi)容左:寬度:50% 頁(yè)腳寬度:100%

  <body>

<div class="conteiner">

    <header>

    <section id="content-right">

    <section id="content-left">

    <footer>

    </div>


  </body>

</html>


.conteiner{

  display:flex;

  flex-wrap: wrap;

}

鏈接到您的代碼: https://codepen.io/Vova_Champion_1/pen/JjdqbLr


查看完整回答
反對(duì) 回復(fù) 2023-10-30
  • 1 回答
  • 0 關(guān)注
  • 155 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)