Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/f1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
body{
background: #DDDDDD;
font-family: monospace;

}
#all{
margin: 0 auto;
background: white;
width: 997px;
height: 1070px;
}
#header{
margin: 0 auto;
width: 997px;
height:472px;
}
#list{
height:50px;
width: 997px;
background: #FFDDAA;
margin: auto;
}
li{
display: inline-block;
list-style: none;
padding:5px 60px;
font-size: 30px;
}
ul{
margin: 0 auto;
}
#content{
padding-top: 10px;
width: 1000px;
height:520px;
text-align: center;
font-size: 16px;
font-family: 微軟正黑體;
}
#footer{
margin-top: 0%;
width: 1000px;
height:20px;
text-align: center;
background: greenyellow;
}
42 changes: 42 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Junyi's Web</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet"href="css/style.css" />
</head>
<body>
<div id="all">
<div id="header">
<img src="assets/f1.jpg" alt="" >
</div>
<div id="list">
<ul>
<li><a href="#"style="text-decoration:none;">HOME</a></li>
<li><a href="#" style="text-decoration:none;">STORY</a></li>
<li><a href="#" style="text-decoration:none;">ABOUT</a></li>
<li><a href="#" style="text-decoration:none;">IMAGE</a></li>
</ul>
</div>
<div id="content">
<p>從昨天 到今天 還有明天</p>
<p>感謝老天讓你們陪在我身邊</p>
<p>愛的心 痛的心 等待的心</p>
<p>因為有妳們的擁抱我很放心</p>
<p>當初見面的不安 彼此探索</p>
<p>也許有點茫然迷惑 朝夕相處才發現</p>
<p>這世界中 沒有人 比你們更懂我</p>
<p>朋友 姐妹 都已不夠來形容 我們的默契驕傲 扶持與包容</p>
<p>老婆 老婆 我們一起打勾勾 請記得約定的旅程到永久</p>
<p>朝夕相處才發現</p>
<p>這世界中 沒有人 比你們更懂我</p>
<p>朋友 姐妹 都已不夠來形容 我們的默契驕傲 扶持與包容</p>
<p>老婆 老婆 我們一起打勾勾 請記得約定的旅程到永久</p>
</div>
<div id="footer">Junyi</div>
</div>

</body>
</html>