-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocation-style.css
More file actions
55 lines (44 loc) · 894 Bytes
/
location-style.css
File metadata and controls
55 lines (44 loc) · 894 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
47
48
49
50
51
52
53
54
55
body{
background-image: radial-gradient(circle, #91D1C2, #075149);
}
#header{
color: #35C9DD;
text-shadow: -1px 0 #97CE4C, 0 1px #97CE4C, 1px 0 #97CE4C, 0 -1px #97CE4C;
font-size: 25px;
overflow: hidden;
position: fixed;
top: 0;
left:0;
width: 100%;
background-color:#000000;
background-size: auto;
text-align: center;
}
#btn{
text-align: center;
}
#main{
height: 80%;
text-align: center;
margin-top: 180px;
}
img{
width: 500px;
}
button{
margin: 10px;
border: 1px solid #000000;
background: #65d4bc;
padding: 8.5px 17px;
border-radius: 40px;
box-shadow: rgba(0,0,0,1) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 1px 0;
font-size: 14px;
}
button:hover{
border-top-color: #34b06a;
background: #34b06a;
}
#titleTwo{
font-family: 'Shadows Into Light', cursive;
}