diff --git a/iblog/css/main.css b/iblog/css/main.css index 062a39f..ba28d06 100644 --- a/iblog/css/main.css +++ b/iblog/css/main.css @@ -62,6 +62,24 @@ body{ width: 100%; } +.footer_start{ + height: 60px; + width: 184px; + margin: 0 auto; +} + +.start_item{ + margin-top: 14px; + display: inline-block; + height: 40px; + width: 40px; + margin-left: 10px; +} + +.start_item:hover{ + cursor: pointer; +} + .menu{ @@ -175,4 +193,5 @@ body{ .page_item:hover{ cursor: pointer; -}; \ No newline at end of file +}; + diff --git a/iblog/imgs/github.jpg b/iblog/imgs/github.jpg new file mode 100644 index 0000000..facf558 Binary files /dev/null and b/iblog/imgs/github.jpg differ diff --git a/iblog/imgs/me.png b/iblog/imgs/me.png new file mode 100644 index 0000000..bc4d8c5 Binary files /dev/null and b/iblog/imgs/me.png differ diff --git a/iblog/imgs/weibo.png b/iblog/imgs/weibo.png new file mode 100644 index 0000000..6574f5b Binary files /dev/null and b/iblog/imgs/weibo.png differ diff --git a/iblog/index.html b/iblog/index.html index c88148e..b6a5fce 100644 --- a/iblog/index.html +++ b/iblog/index.html @@ -96,7 +96,19 @@