-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.css
More file actions
47 lines (41 loc) · 916 Bytes
/
Copy pathindex.css
File metadata and controls
47 lines (41 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
body{
/*background: rgba(0,0,0,0.6);*/
background:url(scene.jpeg);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
background-position: absolute;
color: #FFFFFF;
text-align: center;
font-size: 150%;
font-family: lucida, avenir, Microsoft JhengHei;
margin: -10px;
}
#content img{border-radius: 100%;
width: 200px;
height: 200px;}
#headline{
letter-spacing:8px;
font-size:47px;
padding-top: 32px;
}
#content{
/*padding: 10px;*/
background:rgba(0,0,0,0.3) none repeat scroll !important;
padding-top: 64px;
padding-bottom: 146px;
margin-bottom: 100px;
}
#footer{
height: 300px;
position: relative;
margin-top: -100px;
margin-bottom: -100px;
background:rgba(187,255,238,0.5) none repeat scroll !important;
/*rgba(187,255,238,0.5) none repeat scroll !important; #BBFFEE */
}
.title{
font-size:32px;
padding-top: 32px;
}
a{color: #BBFFEE;}