目录
效果展示:
index页面
EDG战队 页面
选手介绍 页面
获奖记录 页面
夺冠瞬间 页面
海贼王 页面
海贼王(其二) 页面
精彩视频 页面
部分HTML代码
部分CSS代码
Hello,小伙伴们这是博主大一期末选修课的结课大作业,所用知识HTML+CSS,我写的主要内容是动漫和一个战队介绍,都是我比较感兴趣的,如果对你有帮助的话,点个赞呗!
效果展示:
index页面
EDG战队 页面
选手介绍 页面
获奖记录 页面
夺冠瞬间 页面
海贼王 页面
海贼王(其二) 页面
精彩视频 页面
另一个精彩视频类似
部分HTML代码
index代码
<!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">
<title>Document</title>
<link rel="stylesheet" type="text/css" href="css/common2.css">
<link rel="stylesheet" type="text/css" href="css/index01.css">
</head>
<body>
<main>
<aside class="clearfix">
<ul>
<li><a href="index.html" class="a">主页</a></li>
<li><a href="html/index1.html" class="a">EDG战队</a></li>
<li><a href="html/index2.html" class="a">海贼王</a></li>
<li><a href="html/精彩视频1.html" class="a">精彩视频</a></li>
<li><a href="html/精彩视频2.html" class="a">精彩视频</a></li>
</ul>
<div class="indexbg3"></div>
<div class = "indexbg4">
<p > <a href="html/index2.html" class = "two">电影详情</a></p>
<p class="indexsize">《航海王》是日本漫画家尾田荣一郎作画的少年漫画作品,于1997年07月22日在集英社《周刊少年Jump》开始连载。改编的电视动画《航海王》于1999年10月20日起在富士电视台首播。
2012年05月11日,《航海王》获得第41回日本漫画家协会赏 。本作被吉尼斯世界纪录官方认证为“世界上发行量最高的单一作者创作的系列漫画”。2017年07月21日,日本纪念日协会通过认证,将每年的7月22日设立为“ONE PIECE纪念日”
</p>
</div>
<div class="indexbg1"></div>
<div class = "indexbg2"><p> <a href="html/index1.html" class = "two">战队详情</a></p>
<p class="indexsize"> EDG电子竞技俱乐部(EDward Gaming),简称EDG,是一家中国电子竞技俱乐部,于2013年9月13日在广州成立 。旗下拥有英雄联盟、王者荣耀、绝地求生等分部。
英雄联盟分部在2014年取得LPL春季赛 、夏季赛冠军,在2015年取得LPL春季赛冠军、MSI季中邀请赛冠军。在2016年取得LPL夏季赛冠军,德玛西亚杯五连冠,在2017年LPL夏季赛上再次夺得冠军。2021年取得LPL夏季赛冠军,英雄联盟全球总决赛冠军。
</p>
</div>
</aside>
</main>
</body>
</html>
EDG首页代码
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" type="text/css" href="../css/common.css">
<link rel="stylesheet" type="text/css" href="../css/index.css">
</head>
<body>
<header>
<ul>
<li><a href="index1.html" class="a">战队简介</a></li>
<li><a href="page2.html"class="a">选手介绍</a></li>
<li><a href="page3.html"class="a">战队历史</a></li>
<li><a href="page4.html"class="a">夺冠瞬间</a></li>
<li><a href="page7.html"class="a">获奖记录</a></li>
<li><a href="page8.html"class="a">战队评价</a></li>
<li><a href="page10.html"class="a">精美壁纸</a></li>
<li><a href="../index.html"class="a">返回首页</a></li>
<img src="../images/edg01.png">
</ul>
</header>
<main>
<div class="text">
<h1><B>EDG电子竞技俱乐部</B></h1>
<p>EDG电子竞技俱乐部(EDward Gaming),简称EDG,是一家中国电子竞技俱乐部,于2013年9月13日在广州成立 。旗下拥有英雄联盟、王者荣耀、绝地求生等分部。
</P><P>英雄联盟分部在2014年取得LPL春季赛 、夏季赛冠军,在2015年取得LPL春季赛冠军、MSI季中邀请赛冠军。在2016年取得LPL夏季赛冠军,德玛西亚杯五连冠,在2017年LPL夏季赛上再次夺得冠军。2021年取得LPL夏季赛冠军,英雄联盟全球总决赛冠军。
</p>
<P class ="p1" > <a href="index.html"class="h1"><B>返回首页</B></a></P>
</main>
</body>
</html>
部分CSS代码
body{
background: url(../images/bgi.jpg);
background-size: 100%;
background-repeat: no-repeat;
}
content{
float: left;
width: 550px;
}
content h1{
line-height: 60px;
margin-top: 26px;
padding-left: 140px;
color: rgb(182, 235, 48);
font-size: 50px;
}
content h4{
line-height: 50px;
font-size: 20px;
color: #0a73e4;
}
content p{
line-height: 28px;
font-size: 20px;
text-indent: 2em;
background-color: #e6e6e6;
color: #222;
padding: 10px;
border-radius: 10px;
font-weight: bold;
}
main .p1{
width: 500px;
margin: 10px auto;
}
main{
height: auto;
}
.a{
font-size: 20px;
color:rgb(42, 45, 230) ;
font-weight: bold;
}
.indexbg1{
width: 641px;
height: 351px;
background: url(../images/indelbg1-1.jpg);
float: right;
margin-top: 76px;
}
.indexbg2{
width: 830px;
height: 400px;
float: right;
margin-top: 53px;
margin-right: 10px;
font-size: 25px;
font-family: "楷体";
}
.indexbg3{
width: 641px;
height: 361px;
background: url(../images/indexbg02.png);
margin-left: 185px;
margin-top: -265px;
}
.indexbg4{
width: 581px;
/* 835 l 600*/
float: right;
margin-left: 850px;
margin-top: -328px;
font-size: 25px;
font-family: "楷体";
}
a.two{
color: aqua;
}
.indexsize{
color: #6f93a0;
font-weight: bold;
}
.biaoti1{
text-align: center;
font-size: 60px;
color: rgb(25, 80, 245);
margin-left: 535px;
margin-top: -280px;
}
video{
width: 800px;
position: absolute;
left: 365px;
top: 57px;
}
.vide01{
width: 600px;
position: relative;
}
.biaoti2{
text-align: center;
font-size: 60px;
color: rgb(123, 234, 5);
margin-left: 604px;
margin-top: -280px;
}
文章来源:https://www.toymoban.com/news/detail-506723.html
body{
background: url(../images/bg1.jpg) no-repeat;
background-size: 100% 800px;
position: relative;
height: 800px;
padding-top: 20px;
}
header img{
position: absolute;
right: 150px;
top: 150px;
border-radius: 50%;
box-shadow:0px 0px 10px 10px #bc2e22;
}
header ul{
width: 90%;
display: flex;
justify-content: space-around;
margin: 20px auto;
}
header ul li{
width: 9.7%;
}
header ul li a{
color: #fff;
display: block;
background-color: rgba(0,0,0,0.4);
border: 1px solid gray;
text-align: center;
line-height: 45px;
font-size: 14px;
border-radius: 5px;
}
header ul li a:hover{
color: #bc2e22;
background-color: rgba(0,0,0,0.6);
}
main .text{
width: 45%;
padding: 20px;
}
main h1{
color: black;
line-height: 83px;
text-align: center;
font-size: 45px;
}
main .text p{
color: lightyellow;
font-size: 20px;
line-height: 30px;
text-indent: 2em;
}
main .ping{
width: 60%;
text-indent: 2em;
font-size: 16px;
line-height: 35px;
padding: 20px;
}
main .ping .p2{
color:black;
font-family: "微软雅黑";
font-size: 20px;
}
main .ping .p3{
color: black;
font-family: "微软雅黑";
font-size: 20px;
}
main .p1{
float:right;
margin-right: 100px;
margin-top: 100px;
font-size: 30px;
font-family: "楷体";
}
a.h1{
color: #41cfb3;
}
main p span{
display: block;
margin-left:340px;
}
.a{
font-size: 20px;
color:red ;
font-weight: bold;
}
博主个人实力有限,刚接触前端,选修课期末大作业,不喜勿喷,参考学习资料来自B站。最后,看到这里的话就动动手点个赞呗!文章来源地址https://www.toymoban.com/news/detail-506723.html
到了这里,关于纯HTML+CSS网页设计期末作业的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!