-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathart1.html
85 lines (76 loc) · 2.26 KB
/
art1.html
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!–– responsive ––>
<meta name="description" content="">
<meta name="keywords" content="เว็บไซต์ครูวรุฒ บุญประเสริฐ">
<link rel="shortcut icon" href="/favicon.ico"/> <!–– ยังไม่ได้ใส่ ––>
<link href="https://fonts.googleapis.com/css2?family=Sarabun:wght@100&display=swap" rel="stylesheet"> <!--Google Font-->
<script src="http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script> <!--แผนภูมิ-->
<script src="http://code.highcharts.com/highcharts.js"></script> <!--แผนภูมิ-->
<script src="http://code.highcharts.com/modules/data.js"></script> <!--แผนภูมิ-->
<style type="text/css">
body {
font-family: 'Sarabun', sans-serif;
}
#rcorners {
border-radius: 15px;
background:#FFBF00;
padding: 20px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2)
}
#borders {
border-radius: 25px;
border: 2px solid #2E64FE;
padding: 20px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2)
}
table, th, td {
border: 1px solid #2E64FE;
border-collapse: collapse;
}
.container {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
.responsive {
max-width: 100%;
height: auto;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
}
</style>
</style>
<title>วิชา ศ21101 ทัศนศิลป์ 1</title>
</head>
<body>
<h4 id="rcorners">วิชา ศ21101 ทัศนศิลป์ 1</h4>
<div id="borders">
ใบความรู้<br>
<ol>
<li>
ใบความรู้เรื่อง <a href="./perspective_m1.pdf">ภาพทัศนียภาพ</a>
</li>
</ol>
</div>
<br>
<br>
</body>
</html>