<!DOCTYPE html><html lang=&#34;en&#34;><head> <meta charset=&#34;UTF-8&#34;> <meta name=&#34;viewport&#34; content=&#34;width=device-width, initial-scale=1.0&" />

国产成人精品无码青草_亚洲国产美女精品久久久久∴_欧美人与鲁交大毛片免费_国产果冻豆传媒麻婆精东

18143453325 在線咨詢 在線咨詢
18143453325 在線咨詢
所在位置: 首頁 > 營銷資訊 > 網(wǎng)站運(yùn)營 > 網(wǎng)頁經(jīng)典布局方案

網(wǎng)頁經(jīng)典布局方案

時間:2023-04-22 07:27:02 | 來源:網(wǎng)站運(yùn)營

時間:2023-04-22 07:27:02 來源:網(wǎng)站運(yùn)營

網(wǎng)頁經(jīng)典布局方案:

1.左右兩欄布局

代碼:

<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>左右兩欄式布局</title> <style> .wrap{ margin: 0 auto; width: 1200px; } #left{ width: 200px; height: 500px; background: #ccffff; float: left; } #right{ height: 500px; background: #ffcccc; margin-left: 200px; } </style> </head><body> <div class="wrap"> <aside id="left"></aside> <section id="right"></section> </div></body></html>效果:

2.左中右三欄式布局

代碼:

<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>左中右三欄式布局</title> <style> .wrap{ margin: 0 auto; width: 900px; } #left{ width: 200px; height: 500px; background: #ccffff; float: left; } #right{ width: 200px; height: 500px; background: #ccffff; margin-left: 200px; float: right; } #main{ height: 500px; background: #ffcccc; margin: 0 210px; } </style></head><body> <div class="wrap"> <aside id="left"></aside> <section id="right"></section> <div id="main"></div> </div></body></html>效果:

。。。。。。

關(guān)鍵詞:方案,布局,經(jīng)典

74
73
25
news

版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。

為了最佳展示效果,本站不支持IE9及以下版本的瀏覽器,建議您使用谷歌Chrome瀏覽器。 點(diǎn)擊下載Chrome瀏覽器
關(guān)閉