<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>TEST! TEST!!</title>
<style type="text/css">
html {
height: 100%;
font-family: sans-serif;
}
body {
margin: 0;
padding: 0;
/* position: relative; */
background: url([img]https://steamcdn-a.akamaihd.net/steamcommunity/public/images/items/532110/5b512f23e387af896fdb1589d7f8ae854e731cbd.jpg[/img]) center center;
background-size: cover;
}
#container {
width: 100%;
text-align: center;
position: absolute;
top:50%;
transform: translateY(-50%);
}
h1 {
color: pink;
font-size: 50px;
margin-bottom: 15px;
}
p {
color: honeydew;
font-size: 20px;
margin-bottom: 20px;
}
a {
font-size: 20px;
}
</style>
</head>
<body>
<div id="container">
<h1>我爱鱼C</h1>
<p>让编程改变世界!</p>
<a href="http://bbs.fishc.com/forum-337-1.html">传送门</a>
</div>
</body>
</html>
|