-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead_style.html
More file actions
42 lines (32 loc) · 1.21 KB
/
head_style.html
File metadata and controls
42 lines (32 loc) · 1.21 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!--
* @由于个人水平有限, 难免有些错误, 还请指点:
* @Author: cpu_code
* @Date: 2020-08-11 13:21:21
* @LastEditTime: 2020-08-11 13:41:30
* @FilePath: \web\head_style\head_style.html
* @Gitee: [https://gitee.com/cpu_code](https://gitee.com/cpu_code)
* @Github: [https://github.com/CPU-Code](https://github.com/CPU-Code)
* @CSDN: [https://blog.csdn.net/qq_44226094](https://blog.csdn.net/qq_44226094)
* @Gitbook: [https://923992029.gitbook.io/cpucode/](https://923992029.gitbook.io/cpucode/)
-->
<hmtl>
<head>
<title> head_style </title>
</head>
<body style="background-color:#0a1414" >
<br>
<hl style="color:red"> 一级标题 </hl>
<h2 style="color:orange"> 二级标题 </h2>
<h3 style="color:yellow"> 三级标题 </h3>
<h4 style="color:green"> 四级标题 </h4>
<h5 style="color:black"> 五级标题 </h5>
<h6 style="color:blue"> 六级标题 </h6>
<p style="background-color:rgba(255, 255, 255, 0.514);
font-family: arial;
color: #000000;
font-size:50px;
text-align: center">
普通段落
</p>
</body>
</hmtl>