提交 6c3c1647 编写于 作者: 树上的梅子's avatar 树上的梅子

index

上级 b8b6824b
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>陆御的个人网站</title>
</head>
<body>
<div class="contair">
<div class="top-bg">
<h1 class="h1">GoatAPI</h1><br><br><br><br><br><br><br><br>
<h2 class=".h2">新一代轻量PythonAPI,提高你的工作效率!</h2>
<button class="btn"><a href="#" class="src">快速开始!</a></button>
</div>
<div class="zw">
<h1>为什么使用GoatAPI?</h1>
<p class="p">Goat具有响应快,轻量,功能强大等特点,适合用于任何项目</p>
</div>
</div>
<style type="text/css">
body{
background-color: #5c6;
}
.p{
padding: 10px;
margin: 10px;
font-size: 20px;
}
.top-bg{
text-align: center;
color: #fff;
height: 650px;
width: 100%;
background-color: #5c6;
}
.h1{
position: relative;
font-size: 60px;
top: 35%;
}
.h2{
position: relative;
font-size: 60px;
top: 40%;
}
::selection{
background-color: #5c6;
color: #fff;
border-radius: 50px;
}
.btn{
background-color: #5c6;
color: #fff;
padding: 15px;
width: 200px;
font-size: 20px;
border-radius: 100px;
border: #fff solid 1px;
transition: 0.5s;
}
.btn:hover{
background-color: #fff;
color: #5c6;
padding: 15px;
width: 200px;
font-size: 20px;
border-radius: 100px;
border: #fff solid 1px;
transition: 0.5s;
}
.btn:active{
background-color: #5c6;
color: #fff;
padding: 15px;
width: 200px;
font-size: 20px;
border-radius: 100px;
border: #fff solid 1px;
transition: 0.5s;
}
.btn:active .src{
text-decoration: none;
color: #fff;
padding: 15px;
width: 200px;
font-size: 20px;
transition: 0.5s;
}
.btn:hover .src{
text-decoration: none;
color: #5c6;
padding: 15px;
width: 200px;
font-size: 20px;
transition: 0.5s;
}
.src:link{
text-decoration: none;
color: #fff;
padding: 15px;
width: 200px;
font-size: 20px;
transition: 0.5s;
}
.src:visited{
text-decoration: none;
color: #fff;
padding: 15px;
width: 200px;
font-size: 20px;
transition: 0.5s;
}
.src:hover{
text-decoration: none;
color: #fff;
padding: 15px;
width: 200px;
font-size: 20px;
transition: 0.5s;
}
.src:active{
text-decoration: none;
color: #5c6;
padding: 15px;
width: 200px;
font-size: 20px;
transition: 0.5s;
}
.zw{
background-color: #fff;
text-align: center;
padding: 20px;
margin: 20px;
}
</style>
</body>
</html>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册