<!DOCTYPE html>
<html>
<head>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.navbar {
display: flex;
align-items: center;
background-color: #f0f0f0;
height: 80px;
}
.navbar img {
width: 60px;
height: auto;
border-radius: 50%;
margin-left: 20px;
}
.navbar button {
width: 40px;
height: 40px;
border: none;
border-radius: 50%;
margin-right: 20px;
cursor: pointer;
background-color: #454441;
border: 2px solid #000000;
color: white;
}
.navbar button:hover {
transform: scale(1.1);
background-color: #000000;
}
.content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
background-color: #ffffff;
height: calc(100vh - 160px);
}
.content h1 {
font-size: 36px;
}
.content img {
width: 640px;
height: 853px;
object-fit: cover;
border-radius: 0;
box-shadow: 10px 10px 20px #000000;
}
.content p {
width: 400px;
font-size: 20px;
text-align: justify;
}
.footer {
display: flex;
justify-content: center;
align-items: center;
background-color: #000000;
color: #ffffff;
height: 80px;
}
.social-media{
margin-left: auto;
}
</style>
</head>
<body>
<div class="navbar">
<img src="img/滑稽.png" alt="huaji">
<div class="social-media">
<a href="index.html"><button>首页</button></a>
<a href="https://weibo.com/u/5446965114"><button>微博</button></a>
<a href="https://space.bilibili.com/32506694?spm_id_from=333.1007.0.0"><button>b站</button></a>
<a href="resume.html"><button>简历</button></a>
<a href="hobby.html"><button>爱好</button></a>
</div>
</div>
<div class="content">
<h1>我的摄影爱好</h1>
<img src="img/shexiangji.png" alt="shexiangji" style="width: 450px; height: 450px;">
<p>我喜欢摄影,因为它可以记录下我看到的美好的瞬间。</p >
<p>我经常用我的相机去拍摄自然风光,城市景观,人物肖像等等。</p >
<p>我觉得摄影是一种艺术,也是一种表达方式。</p >
</div>
<div class="footer">
<p>202002240437. All rights reserved.</p >
</div>
</body>
</html>
网页设计111
最新推荐文章于 2024-11-06 16:49:18 发布