diff --git "a/\346\226\275\346\261\237\345\263\260/lesson1/\346\273\241\345\261\213\350\212\261.html" "b/\346\226\275\346\261\237\345\263\260/lesson1/\346\273\241\345\261\213\350\212\261.html"
new file mode 100644
index 0000000000000000000000000000000000000000..6586a575f297f16340f4b292de252c13d61372ea
--- /dev/null
+++ "b/\346\226\275\346\261\237\345\263\260/lesson1/\346\273\241\345\261\213\350\212\261.html"
@@ -0,0 +1,56 @@
+
+
+
+
+无标题文档
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\346\226\275\346\261\237\345\263\260/lesson1/\350\212\261.html" "b/\346\226\275\346\261\237\345\263\260/lesson1/\350\212\261.html"
new file mode 100644
index 0000000000000000000000000000000000000000..146d7419b2a57d8dded07fa58d169f1a02fa9cca
--- /dev/null
+++ "b/\346\226\275\346\261\237\345\263\260/lesson1/\350\212\261.html"
@@ -0,0 +1,127 @@
+
+
+
+
+无标题文档
+
+
+
+
+
+
+
+
+
diff --git "a/\346\226\275\346\261\237\345\263\260/lesson2/css/father.css" "b/\346\226\275\346\261\237\345\263\260/lesson2/css/father.css"
new file mode 100644
index 0000000000000000000000000000000000000000..fa9553dcb8d292cde6a16ae3849756fec6d28672
--- /dev/null
+++ "b/\346\226\275\346\261\237\345\263\260/lesson2/css/father.css"
@@ -0,0 +1,14 @@
+/* CSS Document */
+*{
+ margin:0px;
+ padding:0px;
+ font-size:12px;
+ list-style:none;
+ }
+body{
+ background-color:#FFD8D9;
+ }
+#father{
+ width:700px;
+ margin:0 auto;
+ }
diff --git "a/\346\226\275\346\261\237\345\263\260/lesson2/css/left.css" "b/\346\226\275\346\261\237\345\263\260/lesson2/css/left.css"
new file mode 100644
index 0000000000000000000000000000000000000000..52ce73a24de006dc1dd8e3141d0e46da0bfa5968
--- /dev/null
+++ "b/\346\226\275\346\261\237\345\263\260/lesson2/css/left.css"
@@ -0,0 +1,52 @@
+/* CSS Document */
+#left{
+ width:180px;
+ float:left;
+ background:url(../img/leftbottom.jpg) no-repeat bottom white;
+ }
+#login{
+ width:180px;
+ background:url(../img/login.jpg) no-repeat;
+ padding-top:50px;
+ padding-left:25px;
+ }
+.txtStyle{
+ width:100px;
+ border:none;
+ border-bottom:solid 1px black;
+ }
+#login li{
+ margin-top:5px;
+ }
+.btnStyle{
+ width:40px;
+ }
+#left a{
+ text-decoration:none;
+ color:#000;
+ }
+#left a:hover{
+ position:relative;
+ bottom:1px;
+ right:1px;
+ }
+#categorys{
+ background:url(../img/category.jpg) no-repeat;
+ padding:50px 25px 5px;
+ }
+#categorys li{
+ line-height:25px;
+ background:url(../img/icon1.gif) no-repeat left center;
+ padding-left:15px;
+ border-bottom:dashed 1px black;
+ }
+#categorys a:hover{
+ text-decoration:underline;
+ color:#96F;
+ }
+#categorys h3{
+ background-color:#FFD8D9;
+ margin-top:10px;
+ }
+
+
\ No newline at end of file
diff --git "a/\346\226\275\346\261\237\345\263\260/lesson2/css/right.css" "b/\346\226\275\346\261\237\345\263\260/lesson2/css/right.css"
new file mode 100644
index 0000000000000000000000000000000000000000..76bb96a4fc2cd33e12df531435188bdd2f080fb1
--- /dev/null
+++ "b/\346\226\275\346\261\237\345\263\260/lesson2/css/right.css"
@@ -0,0 +1,12 @@
+/* CSS Document */
+#right{
+ width:518px;
+ height:700px;
+ background-color:#939;
+ float:right;
+ }
+#kuaixun{
+ width:518px;
+ height:700px;
+ background:url(../img/news.jpg) no-repeat;
+ }
diff --git "a/\346\226\275\346\261\237\345\263\260/lesson2/css/top.css" "b/\346\226\275\346\261\237\345\263\260/lesson2/css/top.css"
new file mode 100644
index 0000000000000000000000000000000000000000..a2b7ef8f84d693081dce1267af59e6bc07b3ea31
--- /dev/null
+++ "b/\346\226\275\346\261\237\345\263\260/lesson2/css/top.css"
@@ -0,0 +1,34 @@
+/* CSS Document */
+#top{
+ width:700px;
+ height:153px;
+ background-color:#969;
+ margin-bottom:2px;
+ }
+#banner{
+ width:700px;
+ height:120px;
+ background:url(../img/banner.jpg) no-repeat;
+ }
+#nav ul{
+ list-style:none;
+ }
+#nav li{
+ float:left;
+ width:100px;
+ text-align:center;
+ line-height:33px;
+ }
+#nav a{
+ text-decoration:none;
+ color:#36F;
+ background:url(../img/button1.jpg);
+ display:block;
+ color:#000;
+ }
+#nav a:hover{
+ background:url(../img/button1_bg.jpg);
+ position:relative;
+ bottom:1px;
+ right:1px;
+ }
\ No newline at end of file
diff --git "a/\346\226\275\346\261\237\345\263\260/lesson2/\350\212\261\350\212\261.html" "b/\346\226\275\346\261\237\345\263\260/lesson2/\350\212\261\350\212\261.html"
new file mode 100644
index 0000000000000000000000000000000000000000..d053ccf7afba0af176feb14745f06bc03b251dbd
--- /dev/null
+++ "b/\346\226\275\346\261\237\345\263\260/lesson2/\350\212\261\350\212\261.html"
@@ -0,0 +1,84 @@
+
+
+
+
+无标题文档
+
+
+
+
+
+
+
+
+
+
diff --git "a/\346\235\216\345\255\220\346\272\220/\346\273\241\345\261\213\350\212\261.html" "b/\346\235\216\345\255\220\346\272\220/\346\273\241\345\261\213\350\212\261.html"
deleted file mode 100644
index fd21265741cf71cc64a26e8f7b3c1de5cb224b72..0000000000000000000000000000000000000000
--- "a/\346\235\216\345\255\220\346\272\220/\346\273\241\345\261\213\350\212\261.html"
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
-无标题文档
-
-
-
-
-
-
-