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

15158846557 在線咨詢 在線咨詢
15158846557 在線咨詢
所在位置: 首頁(yè) > 營(yíng)銷資訊 > 網(wǎng)站運(yùn)營(yíng) > 簡(jiǎn)約個(gè)人主頁(yè)代碼分享

簡(jiǎn)約個(gè)人主頁(yè)代碼分享

時(shí)間:2023-10-16 13:06:02 | 來(lái)源:網(wǎng)站運(yùn)營(yíng)

時(shí)間:2023-10-16 13:06:02 來(lái)源:網(wǎng)站運(yùn)營(yíng)

簡(jiǎn)約個(gè)人主頁(yè)代碼分享:
<!DOCTYPE html><html>
<head>
<meta charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" /><title>網(wǎng)頁(yè)設(shè)計(jì)</title>
<style type="text/css">
body{width:1000px;height:auto;margin:0 auto;padding:0;}
header{width:100%;height:80px;padding:40px 0;}
header img{display: block;margin:0 auto;width:100px;height:100px;border-radius: 50%;}
nav{width:100%;height:40px;}
nav ul{margin:0;padding:0;width:30%;height:100%;margin:0 auto;}
nav ul li{float:left;list-style:none;}
nav ul li a{display:block;margin:0 40px;padding:0 10px;line-height:40px;text-align:center;border-bottom:2px solid gray;text-decoration:none;color:black;}
content{width:100%;height:200px;}
content main{width:100%;height:200px;padding: 10px 0;}
content main p{text-align: center;}
footer{width:100%;height:40px;background-color: black;}
footer p{text-align:center;line-height:40px;color:white;}
</style>
</head>
<body>
<header><a href="index.html"><img src="img/1.jpg"/></a></header>
<nav>
<ul>
<li><a href="index.html">首頁(yè)</a></li>
<li><a href="zuopin.html">作品</a></li>
</ul>
</nav>
<content>
<main>
<p>勤奮和智慧是雙胞胎,懶惰和愚蠢是親兄弟。</p>
<p> 勤于反省,才有不斷進(jìn)步的可能。</p>
<p>自卑的泥土,無(wú)法長(zhǎng)出成功的花朵。</p>
<p>不要讓未來(lái)的你,討厭現(xiàn)在的自己.</p>
<p>經(jīng)受過(guò)寒冷的人,才知道太陽(yáng)的溫暖,嘗試過(guò)人生艱苦的人,才懂得生命的可貴。</p>
</main>
</content>
<footer><p>版權(quán)所有</p></footer>
</body>
</html>
index.html
<!DOCTYPE html><html>
<head>
<meta charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" /><title>網(wǎng)頁(yè)設(shè)計(jì)</title>
<style type="text/css">
body{width:1000px;height:auto;margin:0 auto;padding:0;}
header{width:100%;height:80px;padding:40px 0;}
header img{display: block;margin:0 auto;width:100px;height:100px;border-radius: 50%;}
nav{width:100%;height:40px;}
nav ul{margin:0;padding:0;width:30%;height:100%;margin:0 auto;}
nav ul li{float:left;list-style:none;}
nav ul li a{display:block;margin:0 40px;padding:0 10px;line-height:40px;text-align:center;border-bottom:2px solid gray;text-decoration:none;color:black;}
content{width:100%;height:200px;}
content main{width:100%;height:200px;padding: 10px 0;}
content main p{text-align: center;}
footer{width:100%;height:40px;background-color: black;}
footer p{text-align:center;line-height:40px;color:white;}
</style>
</head>
<body>
<header><a href="index.html"><img src="img/1.jpg"/></a></header>
<nav>
<ul>
<li><a href="index.html">首頁(yè)</a></li>
<li><a href="zuopin.html">作品</a></li>
</ul>
</nav>
<content>
<main>
<p>勤奮和智慧是雙胞胎,懶惰和愚蠢是親兄弟。</p>
<p> 勤于反省,才有不斷進(jìn)步的可能。</p>
<p>自卑的泥土,無(wú)法長(zhǎng)出成功的花朵。</p>
<p>不要讓未來(lái)的你,討厭現(xiàn)在的自己.</p>
<p>經(jīng)受過(guò)寒冷的人,才知道太陽(yáng)的溫暖,嘗試過(guò)人生艱苦的人,才懂得生命的可貴。</p>
</main>
</content>
<footer><p>版權(quán)所有</p></footer>
</body>
</html>
img/1.jpg
<!DOCTYPE html><html>
<head>
<meta charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" /><title>網(wǎng)頁(yè)設(shè)計(jì)</title>
<style type="text/css">
body{width:1000px;height:auto;margin:0 auto;padding:0;}
header{width:100%;height:80px;padding:40px 0;}
header img{display: block;margin:0 auto;width:100px;height:100px;border-radius: 50%;}
nav{width:100%;height:40px;}
nav ul{margin:0;padding:0;width:30%;height:100%;margin:0 auto;}
nav ul li{float:left;list-style:none;}
nav ul li a{display:block;margin:0 40px;padding:0 10px;line-height:40px;text-align:center;border-bottom:2px solid gray;text-decoration:none;color:black;}
content{width:100%;height:200px;}
content main{width:100%;height:200px;padding: 10px 0;}
content main p{text-align: center;}
footer{width:100%;height:40px;background-color: black;}
footer p{text-align:center;line-height:40px;color:white;}
</style>
</head>
<body>
<header><a href="index.html"><img src="img/1.jpg"/></a></header>
<nav>
<ul>
<li><a href="index.html">首頁(yè)</a></li>
<li><a href="zuopin.html">作品</a></li>
</ul>
</nav>
<content>
<main>
<p>勤奮和智慧是雙胞胎,懶惰和愚蠢是親兄弟。</p>
<p> 勤于反省,才有不斷進(jìn)步的可能。</p>
<p>自卑的泥土,無(wú)法長(zhǎng)出成功的花朵。</p>
<p>不要讓未來(lái)的你,討厭現(xiàn)在的自己.</p>
<p>經(jīng)受過(guò)寒冷的人,才知道太陽(yáng)的溫暖,嘗試過(guò)人生艱苦的人,才懂得生命的可貴。</p>
</main>
</content>
<footer><p>版權(quán)所有</p></footer>
</body>
</html>
index.html
<!DOCTYPE html><html>
<head>
<meta charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" /><title>網(wǎng)頁(yè)設(shè)計(jì)</title>
<style type="text/css">
body{width:1000px;height:auto;margin:0 auto;padding:0;}
header{width:100%;height:80px;padding:40px 0;}
header img{display: block;margin:0 auto;width:100px;height:100px;border-radius: 50%;}
nav{width:100%;height:40px;}
nav ul{margin:0;padding:0;width:30%;height:100%;margin:0 auto;}
nav ul li{float:left;list-style:none;}
nav ul li a{display:block;margin:0 40px;padding:0 10px;line-height:40px;text-align:center;border-bottom:2px solid gray;text-decoration:none;color:black;}
content{width:100%;height:200px;}
content main{width:100%;height:200px;padding: 10px 0;}
content main p{text-align: center;}
footer{width:100%;height:40px;background-color: black;}
footer p{text-align:center;line-height:40px;color:white;}
</style>
</head>
<body>
<header><a href="index.html"><img src="img/1.jpg"/></a></header>
<nav>
<ul>
<li><a href="index.html">首頁(yè)</a></li>
<li><a href="zuopin.html">作品</a></li>
</ul>
</nav>
<content>
<main>
<p>勤奮和智慧是雙胞胎,懶惰和愚蠢是親兄弟。</p>
<p> 勤于反省,才有不斷進(jìn)步的可能。</p>
<p>自卑的泥土,無(wú)法長(zhǎng)出成功的花朵。</p>
<p>不要讓未來(lái)的你,討厭現(xiàn)在的自己.</p>
<p>經(jīng)受過(guò)寒冷的人,才知道太陽(yáng)的溫暖,嘗試過(guò)人生艱苦的人,才懂得生命的可貴。</p>
</main>
</content>
<footer><p>版權(quán)所有</p></footer>
</body>
</html>
zuopin.html
<!DOCTYPE html><html>
<head>
<meta charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" /><title>網(wǎng)頁(yè)設(shè)計(jì)</title>
<style type="text/css">
body{width:1000px;height:auto;margin:0 auto;padding:0;}
header{width:100%;height:80px;padding:40px 0;}
header img{display: block;margin:0 auto;width:100px;height:100px;border-radius: 50%;}
nav{width:100%;height:40px;}
nav ul{margin:0;padding:0;width:30%;height:100%;margin:0 auto;}
nav ul li{float:left;list-style:none;}
nav ul li a{display:block;margin:0 40px;padding:0 10px;line-height:40px;text-align:center;border-bottom:2px solid gray;text-decoration:none;color:black;}
content{width:100%;height:200px;}
content main{width:100%;height:200px;padding: 10px 0;}
content main p{text-align: center;}
footer{width:100%;height:40px;background-color: black;}
footer p{text-align:center;line-height:40px;color:white;}
</style>
</head>
<body>
<header><a href="index.html"><img src="img/1.jpg"/></a></header>
<nav>
<ul>
<li><a href="index.html">首頁(yè)</a></li>
<li><a href="zuopin.html">作品</a></li>
</ul>
</nav>
<content>
<main>
<p>勤奮和智慧是雙胞胎,懶惰和愚蠢是親兄弟。</p>
<p> 勤于反省,才有不斷進(jìn)步的可能。</p>
<p>自卑的泥土,無(wú)法長(zhǎng)出成功的花朵。</p>
<p>不要讓未來(lái)的你,討厭現(xiàn)在的自己.</p>
<p>經(jīng)受過(guò)寒冷的人,才知道太陽(yáng)的溫暖,嘗試過(guò)人生艱苦的人,才懂得生命的可貴。</p>
</main>
</content>
<footer><p>版權(quán)所有</p></footer>
</body>
</html>

關(guān)鍵詞:簡(jiǎn)約

74
73
25
news

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

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