网页设计111

<!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>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值