67 lines
1.6 KiB
HTML
67 lines
1.6 KiB
HTML
<!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>
|
|
<style>
|
|
body,h1,h2,h3,h4,h5,h6,ul,li {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "test";
|
|
src: url("./Oxanium-Regular.ttf");
|
|
}
|
|
|
|
h1 {
|
|
font-family: test;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.box {
|
|
width: 200px;
|
|
height: 200px;
|
|
|
|
}
|
|
|
|
.box1 {
|
|
background: red;
|
|
line-height: 200px;
|
|
}
|
|
|
|
.box2 {
|
|
background: rgb(169, 169, 169);
|
|
}
|
|
|
|
.title {
|
|
font-weight: bolder;
|
|
}
|
|
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<a href="">你好</a>
|
|
|
|
<div class="box box1">
|
|
<p>你好1</p>
|
|
</div>
|
|
|
|
<div class="title">今天天气不好</div>
|
|
|
|
|
|
<div class="box box2">
|
|
爱时间彼此机器臂对不起爱时间彼此机器臂对不起爱时间彼此机器臂对不起爱时间彼此机器臂对不起爱时间彼此机器臂对不起爱时间彼此机器臂对不起爱时间彼此机器臂对不起爱时间彼此机器臂对不起爱时间彼此机器臂对不起爱时间彼此机器臂对不起爱时间彼此机器臂对不起爱时间彼此机器臂对不起爱时间彼此机器臂对不起爱时间彼此机器臂对不起
|
|
</div>
|
|
|
|
</body>
|
|
</html> |