forked from cmzalvin/giit
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhello.html
More file actions
56 lines (46 loc) · 1.11 KB
/
Copy pathhello.html
File metadata and controls
56 lines (46 loc) · 1.11 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
55
56
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body {
font-family: Sansation_Light;
background: #FFFFF0;
}
div {
margin: 0 auto;
}
#container {
width: 1200px;
}
div#content {
width: 850px;
border-style: solid solid solid solid;
border-color: #000;
border-width: 1px;
}
.font_0 {
font: normal normal normal 70px/1.4em Ssacramento;
font-family: sacramento;
font-size: 70px;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1.4em;
color: #2C2C2B;
}
</style>
<title>Web Introduce</title>
</head>
<body>
<div id="container">
<div align="center">
<span class="font_0">Welcome To Here</span>
</div>
<div id="navigation" align="center" style="font-size:15px;">
</div>
<div id="content">
</div>
</div>
</div>
</body>
</html>