<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<link href="./bootstrap-3.3.7-dist/css/bootstrap.css" rel="stylesheet"/>
<script src="./bootstrap-3.3.7-dist/js/jquery-3.4.1.min.js"></script>
<script src="./bootstrap-3.3.7-dist/js/bootstrap.js"></script>
<style>
#bigtrap{
height:496px;
background: linear-gradient(45deg,#020031 0,#6d3353 100%);
}
#footer{
height: 189px;
padding: 20px 0 30px 0;
margin-top: 20px;
border-top: 1px solid rgb(229,229,229);
}
#botup{
height: 120px;
margin: 0 100px 30px 100px;
}
#botleft{
width: 50%;
height: 103px;
padding: 0 15px;
margin-top: 30px;
margin-left: 5px;
float: left;
}
#botright{
width: 46%;
height: 103px;
float: left;
}
.four{
padding: 0 15px;
margin: 0 16px;
float: left;
}
#botunder{
height: 28px;
/*position: 30px;*/
margin: 0 30px;
border: 1px solid rgb(229.229.229)
}
h4{
color: rgb(86,61,124);
margin: 10px 0;
font-weight: 400;
font-size: 16px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
display: block;
}
.about{
font-size: 14px;
font-family: Verdana,Arial,sans-serif;
color: rgb(119,119,119);
line-height: 1.5pc;
padding-left: 0px;
}
#line{
clear: both;
width: 70%;
height: 1px;
background: rgb(229,229,229);
margin: 20px auto;
position: relative;
top: 30px;
}
#bot{
width: 2px;
height: 15px;
background: #CFCFCF;
float: left;
margin: 20px 0 0 20px;
position: relative;
top: 13px;
left: 30%;
}
.police{
float: left;
line-height: 18.5714;
font-size: 13px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
top: -80px;
left: 31%;
color: rgb(85,85,85);
}
h1{
color: rgb(255,255,255);
}
h2 {
color: rgb(255,255,255);
}
ul {
list-st
bootstrap模仿官网首页作业
最新推荐文章于 2024-08-27 15:27:32 发布
本文详细记录了使用Bootstrap框架模仿官方网站首页的过程,从布局设计到组件应用,涵盖了Bootstrap的栅格系统、导航条、下拉菜单等核心元素。通过这个作业,读者将深入理解Bootstrap的工作原理并提升前端页面构建能力。
摘要由CSDN通过智能技术生成