-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path7.html
More file actions
28 lines (27 loc) · 899 Bytes
/
7.html
File metadata and controls
28 lines (27 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!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>
*{
margin:0;
padding:0;
}
.box{
background-color: #aaa;
font-size: 30px;
width: 300px;
border: 25px solid red;
margin: 25px;
}
</style>
</head>
<body>
<div class="box">
一二三四五六七八九十猶豫物流複雜沒什麼百萬見到,網際快車,失去網際網路,淡淡第一個庫存職位如同有個藥物男孩曾經,如同沒有什麼上午,不僅希望照顧百姓我是存款禁止貸款解釋對著予以,一生現場頻率通信備案步驟南方我是技能衝擊後。
</div>
</body>
</html>