diff --git a/assets/corgi.jpg b/assets/corgi.jpg
new file mode 100644
index 0000000..47456ef
Binary files /dev/null and b/assets/corgi.jpg differ
diff --git a/css/style.css b/css/style.css
index e69de29..f9979ae 100644
--- a/css/style.css
+++ b/css/style.css
@@ -0,0 +1,85 @@
+* {
+ margin: 0px auto;
+ font-family: Microsoft JhengHei
+}
+
+body {
+ background-color: gray;
+}
+
+#wrapper {
+ background-color: wheat;
+ width: 1000px;
+ height: 700px;
+}
+
+ul li {
+ display: inline-block;
+ list-style-type: none;
+ text-align: center;
+}
+
+#logo {
+ background-color: rgb(179, 179, 204);
+ height: 200px;
+}
+
+nav {
+ background-color: #AFBBC6;
+ height: 55px;
+ text-align: center;
+}
+
+#main_text {
+ height: 400px;
+ background-color: rgb(235, 235, 235);
+ text-align: center;
+}
+
+footer {
+ height: 45px;
+ background-color: #b79b5c;
+ text-align: center;
+}
+
+.img-set {
+ overflow: hidden;
+ width: 1000px;
+ height: 200px;
+ object-fit: cover;
+}
+
+li a {
+ display: block;
+ padding: 15px 20px;
+ color: #FFFFFF;
+ text-decoration: none;
+}
+
+li a:hover {
+ color: #FFC90E;
+}
+
+span {
+ line-height: 30px;
+}
+
+.btn {
+ width: 200px;
+ height: 50px;
+ background-color: #d8cb86;
+ color: white;
+ border: 0px;
+ border-radius: 10px;
+}
+
+.btn:hover {
+ background-color: #b7ac71;
+ color: black;
+}
+
+footer p {
+ padding: 12px;
+ color: white;
+ font-size: 12px;
+}
\ No newline at end of file
diff --git a/index.html b/index.html
index e69de29..a5a6ba5 100644
--- a/index.html
+++ b/index.html
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
「柯基」在威爾斯語中是矮犬的意思
+
+
+ 威爾斯柯基犬是一種原產於英國威爾斯的品種,被認為是源自維京人帶來威爾斯的Swedish Vallhund;
+ 威爾斯柯基犬平均肩高大約25至30公分、重約15公斤,原本培養來放牧牛羊,低矮的身材讓他們免於被牛隻踢到。
+ 柯基犬是主動的犬隻並且相當的聰明,是絕佳的夥伴動物,並且在牧羊競賽跟犬隻敏捷競賽中是出色的參賽者。
+ 威爾斯柯基犬通常分成兩個品種:「卡提根」威爾斯柯基跟「潘布魯克」威爾斯柯基。
+ 1934年起美國育犬協會承認他們為不同的品種。卡提根是兩種中較大的、有著較大的圓耳跟狐狸般下垂的尾巴;
+ 潘布魯克的特徵則是較圓的耳朵跟較小的身材。潘布魯克的尾巴傳統上是斷尾成平貼的兔尾巴,讓他們看起來像無尾。
+ 兩種的毛色皆非常多樣,但在品種間仍有一些差別。
+
+
+
+
+
+
+
+
+
\ No newline at end of file