-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (47 loc) · 1.1 KB
/
Copy pathindex.html
File metadata and controls
54 lines (47 loc) · 1.1 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
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>PROGRAMMING TESTING DUDEE</title>
<style>
body {
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
background: linear-gradient(to top left, #3897e0, #3897e0);
}
h1 {
font-family: sans-serif;
font-size: 50px;
line-height: 1.3;
width: 100%;
padding: 30px;
text-align: center;
color: white;
}
h2 {
font-family: sans-serif;
font-size: 25px;
line-height: 1.3;
width: 100%;
padding: 5px;
text-align: center;
color: white;
}
</style>
</head>
<body>
<h1>PROGRAMMING TESTING DUDEE </h1>
<h2>ข้อที่ 1</h2>
<h2 id="output js 1.1"></h2>
<h2 id="output js 1.2"></h2>
<h2>ข้อที่ 2</h2>
<h2 id="output js 2"></h2>
<h2 id="output js 2.1"></h2>
<h2 id="output js 2.2"></h2>
<script src="script.js"></script>
</body>
</html>