效果如圖: 菜鳥教程(runoob.com) 我的網頁 重置瀏覽器大小查看效果。 我的網頁 重置瀏覽器大小查看效果。 鏈接 鏈接 鏈接 鏈接 文章標題 2019 年 4 月 17日 圖片 一些文本... 菜鳥教程 - 學的不僅是技術,更是夢想!菜鳥教程 - 學的不僅是技術,更是夢想!菜鳥教程 - 學 ...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>菜鳥教程(runoob.com)</title> <style> * { box-sizing: border-box; } body { font-family: Arial; padding: 10px; background: #f1f1f1; } /* 頭部標題 */ .header { padding: 30px; text-align: center; background: white; } .header h1 { font-size: 50px; } /* 導航條 */ .topnav { overflow: hidden; background-color: #333; } /* 導航條鏈接 */ .topnav a { float: left; display: block; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; } /* 鏈接顏色修改 */ .topnav a:hover { background-color: #ddd; color: black; } /* 創建兩列 */ /* Left column */ .leftcolumn { float: left; width: 75%; } /* 右側欄 */ .rightcolumn { float: left; width: 25%; background-color: #f1f1f1; padding-left: 20px; } /* 圖像部分 */ .fakeimg { background-color: #aaa; width: 100%; padding: 20px; } /* 文章卡片效果 */ .card { background-color: white; padding: 20px; margin-top: 20px; } /* 列後面清除浮動 */ .row:after { content: ""; display: table; clear: both; } /* 底部 */ .footer { padding: 20px; text-align: center; background: #ddd; margin-top: 20px; } /* 響應式佈局 - 屏幕尺寸小於 800px 時,兩列佈局改為上下佈局 */ @media screen and (max-width: 800px) { .leftcolumn, .rightcolumn { width: 100%; padding: 0; } } /* 響應式佈局 -屏幕尺寸小於 400px 時,導航等佈局改為上下佈局 */ @media screen and (max-width: 400px) { .topnav a { float: none; width: 100%; } } </style> </head> <body> <div class="header"> <h1>我的網頁</h1> <p>重置瀏覽器大小查看效果。</p> </div> <div class="topnav"> <a href="#">鏈接</a> <a href="#">鏈接</a> <a href="#">鏈接</a> <a href="#" style="float:right">鏈接</a> </div> <div class="row"> <div class="leftcolumn"> <div class="card"> <h2>文章標題</h2> <h5>2019 年 4 月 17日</h5> <div class="fakeimg" style="height:200px;">圖片</div> <p>一些文本...</p> <p>菜鳥教程 - 學的不僅是技術,更是夢想!菜鳥教程 - 學的不僅是技術,更是夢想!菜鳥教程 - 學的不僅是技術,更是夢想!菜鳥教程 - 學的不僅是技術,更是夢想!</p> </div> <div class="card"> <h2>文章標題</h2> <h5>2019 年 4 月 17日</h5> <div class="fakeimg" style="height:200px;">圖片</div> <p>一些文本...</p> <p>菜鳥教程 - 學的不僅是技術,更是夢想!菜鳥教程 - 學的不僅是技術,更是夢想!菜鳥教程 - 學的不僅是技術,更是夢想!菜鳥教程 - 學的不僅是技術,更是夢想!</p> </div> </div> <div class="rightcolumn"> <div class="card"> <h2>關於我</h2> <div class="fakeimg" style="height:100px;">圖片</div> <p>關於我的一些信息..</p> </div> <div class="card"> <h3>熱門文章</h3> <div class="fakeimg"><p>圖片</p></div> <div class="fakeimg"><p>圖片</p></div> <div class="fakeimg"><p>圖片</p></div> </div> <div class="card"> <h3>關註我</h3> <p>一些文本...</p> </div> </div> </div> <div class="footer"> <h2>底部區域</h2> </div> </body> </html>
效果如圖:
菜鳥教程(runoob.com)
我的網頁
重置瀏覽器大小查看效果。
鏈接 鏈接 鏈接 鏈接文章標題
2019 年 4 月 17日
圖片一些文本...
菜鳥教程 - 學的不僅是技術,更是夢想!菜鳥教程 - 學的不僅是技術,更是夢想!菜鳥教程 - 學的不僅是技術,更是夢想!菜鳥教程 - 學的不僅是技術,更是夢想!
文章標題
2019 年 4 月 17日
圖片一些文本...
菜鳥教程 - 學的不僅是技術,更是夢想!菜鳥教程 - 學的不僅是技術,更是夢想!菜鳥教程 - 學的不僅是技術,更是夢想!菜鳥教程 - 學的不僅是技術,更是夢想!
關於我
圖片關於我的一些信息..
熱門文章
圖片
圖片
圖片
關註我
一些文本...