diff --git a/bg02.jpg b/bg02.jpg new file mode 100644 index 0000000..7c9ee18 Binary files /dev/null and b/bg02.jpg differ diff --git a/index_test.css b/index_test.css index aaa0f8f..a577eda 100644 --- a/index_test.css +++ b/index_test.css @@ -1,6 +1,6 @@ body{ /*background: rgba(0,0,0,0.6);*/ - background:url(scene.jpeg); + background:url(bg02.jpg); background-attachment: fixed; background-repeat: no-repeat; background-position: center; @@ -11,14 +11,15 @@ body{ font-family: lucida, avenir, Microsoft JhengHei; margin: -10px; } -#content img{border-radius: 100%; +#content img{border-radius: 50%; + box-shadow: 5px 5px 5px #333; width: 200px; height: 200px;} #headline{letter-spacing:8px;} #content{ /*padding: 10px;*/ - background:rgba(0,0,0,0.3) none repeat scroll !important; + background:rgba(0,0,0,0.1) none repeat scroll !important; padding-bottom: 50px; margin-bottom: 100px; } diff --git a/index_test.html b/index_test.html index 450d9e1..2e240fb 100644 --- a/index_test.html +++ b/index_test.html @@ -1,6 +1,6 @@  - +