forked from cccnqu/wd106b
-
Notifications
You must be signed in to change notification settings - Fork 0
/
180316Home.html
75 lines (66 loc) · 1.66 KB
/
180316Home.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>About ME</title>
<style>
ul.breadcrumb
{
padding: 8px 16px;
list-style: none;
background-color: #ffffff;
}
ul.breadcrumb li
{
display: inline;
}
ul.breadcrumb li+li:before
{
padding: 8px;
color: #52a3ff;
content: "/\00a0";
}
ul.breadcrumb li a
{
color: #52a3ff;
}
tr:nth-child(even)
{
background: #CCC
}
tr:nth-child(odd)
{
background-color: #FAFAFA;
}
.word
{
font-family:Microsoft JhengHei ;
text-align:center;
color: #52a3ff ;
}
body
{
background: #77DDFF
url('https://st.depositphotos.com/2050411/3213/i/950/depositphotos_32134471-stock-photo-watercolor-background.jpg')
center center fixed no-repeat;
-moz-background-size: cover;
background-size: cover;
text-align:center;
margin: 50px auto;
}
</style>
<head class = "word">
<h1>
<font face="微軟正黑體">Dian</font>
</h1>
<img src="https://s3-us-west-1.amazonaws.com/niusnews-imgs/46629_2.jpg" alt="amazonaws.com" width="450" height="500" <br="">
<br><br>
</head>
<body class = "word">
<ul class="breadcrumb">
<li><a href="180316Home.html">Home </a></li>
<li><a href="180316About.html">About </a></li>
<li><a href="180316Goal.html">Goal </a></li>
</ul>
</body>
</html>