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 bg02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions index_test.css
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion index_test.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<link rel="stylesheet" href="index.css"></link>
<link rel="stylesheet" href="index_test.css"></link>
</head>
<body>
<div id="content">
Expand Down