-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
30 lines (26 loc) · 904 Bytes
/
style.css
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
body { margin: 600; padding-top: 680px;
background: linear-gradient(#27ae60, #60ebeb);}
#dumstarter { position: absolute; overflow: hidden; height: 800px; color: #FFFFFF; left: 0; top: 0; bottom: 0; right: 0; opacity: 0.83; background: linear-gradient(#60ebeb, #27ae60); display: table; width: 100%; height: 100%; text-align: center;}
#info {text-align: center;
}
.parallax-inner { display: table-cell; position: relative; text-align: center; vertical-align: middle; }
img{border-radius: 30000000000000000;}
.menu{
/*Remove the default style with list-style:none;*/
list-style:none;
position: absolute;
top: 10px;
right:30px;
z-index:10;
cursor:pointer;
}
.links{
/*Give float:left;*/
float:left;
padding-top: 5px;
padding-left: 9px;
padding-right: 9px;
padding-bottom: 5px;
font-family: fantasy;
font-size: 20px;
}