简约个人主页代码分享
时间:2023-10-16 13:06:02 | 来源:网站运营
时间:2023-10-16 13:06:02 来源:网站运营
简约个人主页代码分享:
| <!DOCTYPE html><html> |
| <head> |
| <meta charset=utf-8" /> |
| <meta name="description" content="" /> |
| <meta name="keywords" content="" /><title>网页设计</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">首页</a></li> |
| <li><a href="zuopin.html">作品</a></li> |
| </ul> |
| </nav> |
| <content> |
| <main> |
| <p>勤奋和智慧是双胞胎,懒惰和愚蠢是亲兄弟。</p> |
| <p> 勤于反省,才有不断进步的可能。</p> |
| <p>自卑的泥土,无法长出成功的花朵。</p> |
| <p>不要让未来的你,讨厌现在的自己.</p> |
| <p>经受过寒冷的人,才知道太阳的温暖,尝试过人生艰苦的人,才懂得生命的可贵。</p> |
| </main> |
| </content> |
| <footer><p>版权所有</p></footer> |
| </body> |
| </html> |
| |
index.html
| <!DOCTYPE html><html> |
| <head> |
| <meta charset=utf-8" /> |
| <meta name="description" content="" /> |
| <meta name="keywords" content="" /><title>网页设计</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">首页</a></li> |
| <li><a href="zuopin.html">作品</a></li> |
| </ul> |
| </nav> |
| <content> |
| <main> |
| <p>勤奋和智慧是双胞胎,懒惰和愚蠢是亲兄弟。</p> |
| <p> 勤于反省,才有不断进步的可能。</p> |
| <p>自卑的泥土,无法长出成功的花朵。</p> |
| <p>不要让未来的你,讨厌现在的自己.</p> |
| <p>经受过寒冷的人,才知道太阳的温暖,尝试过人生艰苦的人,才懂得生命的可贵。</p> |
| </main> |
| </content> |
| <footer><p>版权所有</p></footer> |
| </body> |
| </html> |
| |
img/1.jpg
| <!DOCTYPE html><html> |
| <head> |
| <meta charset=utf-8" /> |
| <meta name="description" content="" /> |
| <meta name="keywords" content="" /><title>网页设计</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">首页</a></li> |
| <li><a href="zuopin.html">作品</a></li> |
| </ul> |
| </nav> |
| <content> |
| <main> |
| <p>勤奋和智慧是双胞胎,懒惰和愚蠢是亲兄弟。</p> |
| <p> 勤于反省,才有不断进步的可能。</p> |
| <p>自卑的泥土,无法长出成功的花朵。</p> |
| <p>不要让未来的你,讨厌现在的自己.</p> |
| <p>经受过寒冷的人,才知道太阳的温暖,尝试过人生艰苦的人,才懂得生命的可贵。</p> |
| </main> |
| </content> |
| <footer><p>版权所有</p></footer> |
| </body> |
| </html> |
| |
index.html
| <!DOCTYPE html><html> |
| <head> |
| <meta charset=utf-8" /> |
| <meta name="description" content="" /> |
| <meta name="keywords" content="" /><title>网页设计</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">首页</a></li> |
| <li><a href="zuopin.html">作品</a></li> |
| </ul> |
| </nav> |
| <content> |
| <main> |
| <p>勤奋和智慧是双胞胎,懒惰和愚蠢是亲兄弟。</p> |
| <p> 勤于反省,才有不断进步的可能。</p> |
| <p>自卑的泥土,无法长出成功的花朵。</p> |
| <p>不要让未来的你,讨厌现在的自己.</p> |
| <p>经受过寒冷的人,才知道太阳的温暖,尝试过人生艰苦的人,才懂得生命的可贵。</p> |
| </main> |
| </content> |
| <footer><p>版权所有</p></footer> |
| </body> |
| </html> |
| |
zuopin.html
| <!DOCTYPE html><html> |
| <head> |
| <meta charset=utf-8" /> |
| <meta name="description" content="" /> |
| <meta name="keywords" content="" /><title>网页设计</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">首页</a></li> |
| <li><a href="zuopin.html">作品</a></li> |
| </ul> |
| </nav> |
| <content> |
| <main> |
| <p>勤奋和智慧是双胞胎,懒惰和愚蠢是亲兄弟。</p> |
| <p> 勤于反省,才有不断进步的可能。</p> |
| <p>自卑的泥土,无法长出成功的花朵。</p> |
| <p>不要让未来的你,讨厌现在的自己.</p> |
| <p>经受过寒冷的人,才知道太阳的温暖,尝试过人生艰苦的人,才懂得生命的可贵。</p> |
| </main> |
| </content> |
| <footer><p>版权所有</p></footer> |
| </body> |
| </html> |
| |