网络设计作业(HTML CSS实现)
需积分: 0 130 浏览量
更新于2023-11-23
收藏 2.01MB DOCX 举报
ent .banner .text{ position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); color:white; text-align:center; font-size:24px;}.content .banner .text p{ margin-bottom:20px;}.content .banner .text a{ display: inline-block; padding:10px 20px; background:white; color:black; text-decoration:none; border-radius: 5px;}.content .banner .text a:hover{ background:gray;}/* 相册 */.album{ display:flex; flex-wrap: wrap; justify-content: space-around;}.album img{ width: 30%; margin-bottom: 20px;}.album img:hover{ transform: scale(1.1);}/* 视频 */.video{ display:flex; flex-wrap: wrap; justify-content: space-around;}.video video{ width:45%; margin-bottom:20px;}/* 文字 */.text-section{ width:80%; margin:0 auto;}.text-section p{ font-size:20px; line-height: 1.5;}/* 关于 */.about-section{ width:80%; margin:0 auto;}.about-section h2{ font-size:25px; margin-bottom:10px;}【导航栏 foot 底部的 css 源代码】footer{ background:black; color:white; text-align:center; padding:20px 0; position:relative; bottom:0; width:100%;}footer p{ margin:0;}/* 导航栏 */nav{ display: flex; justify-content: space-around; background: #f4f4f4;}.nav a{ text-decoration:none; color: black; padding: 10px 20px;}.nav a:hover{ background:gray; color:white;}
二、html 文件 导航 foot 区的 css 源代码【首页】<!DOCTYPE html><html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="style.css"> <title>Document</title></head><body> <div class="content"> <div class="banner"> <img src="banner.jpg" alt=""> <div class="text"> <p>Welcome to our website</p> <a href="#">Learn More</a> </div> </div> </div> <a href="#" class="button"> <ul> <li>1</li> <li>2</li> <li>3</li> <li>4</li> </ul> </a></body></html>【相册】<!DOCTYPE html><html></html>【视频】<!DOCTYPE html><html></html>【文字】<!DOCTYPE html><html></html>【关于】<!DOCTYPE html><html></html>【导航栏 foot 底部的 css 源代码】<!DOCTYPE html><html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="style.css"> <title>Document</title></head><body> <nav class="nav"> <a href="index.html">首页</a> <a href="album.html">相册</a> <a href="video.html">视频</a> <a href="text.html">文字</a> <a href="about.html">关于</a> </nav> <footer> <p>© 2022 Created by XXX</p> </footer></body></html>
三、页面展示具体页面展示请见附件内的网页文件。总结本次期末作业,我在纯 html 和 css 实现的网页中,分别展示了首页、相册、视频、文字、关于五个子页面,并且在每个页面都使用了独立的 css 文件来展示样式。导航栏和底部的信息也进行了统一的设计。这次作业让我学到了如何结合 html 和 css 来实现页面的布局和样式展示。希朿自己在今后的学习生活中能够不断提高这方面的能力,做出更多美观实用的网页。
2021-06-25 上传
2022-08-10 上传
2023-04-26 上传
2023-08-22 上传
2022-12-17 上传
2021-12-06 上传
2024-06-26 上传
2023-11-08 上传
CodingLife99
- 粉丝: 1211
- 资源: 456
最新资源
- 前端协作项目:发布猜图游戏功能与待修复事项
- Spring框架REST服务开发实践指南
- ALU课设实现基础与高级运算功能
- 深入了解STK:C++音频信号处理综合工具套件
- 华中科技大学电信学院软件无线电实验资料汇总
- CGSN数据解析与集成验证工具集:Python和Shell脚本
- Java实现的远程视频会议系统开发教程
- Change-OEM: 用Java修改Windows OEM信息与Logo
- cmnd:文本到远程API的桥接平台开发
- 解决BIOS刷写错误28:PRR.exe的应用与效果
- 深度学习对抗攻击库:adversarial_robustness_toolbox 1.10.0
- Win7系统CP2102驱动下载与安装指南
- 深入理解Java中的函数式编程技巧
- GY-906 MLX90614ESF传感器模块温度采集应用资料
- Adversarial Robustness Toolbox 1.15.1 工具包安装教程
- GNU Radio的供应商中立SDR开发包:gr-sdr介绍