-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
64 lines (59 loc) · 1.13 KB
/
Copy pathindex.css
File metadata and controls
64 lines (59 loc) · 1.13 KB
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
56
57
58
59
60
61
62
63
64
#box{
width: 300px;
text-align: center;
margin-top: 50px;
margin-left: 100px;
background: rgba(255, 255, 255, .2);
box-shadow: 0 5px 15px rgba(0,0,0,.5);
color: white;
border-radius: 10px;
padding: 20px;
font-size: 20px;
}
#main{
background-image: url("https://wallpapertag.com/wallpaper/full/c/8/f/969983-nature-rain-wallpaper-1920x1200-for-hd-1080p.jpg");
background-color: black;
height: 750px;
}
.mapouter{
margin-left: 300px;
margin-top: -360px;
}
#input{
background: rgba(255, 255, 255, .2);
box-shadow: 0 5px 15px rgba(0,0,0,.5);
width: 80%;
height: 40px;
opacity: .5;
color: white;
font-size: 30px;
}
#input::placeholder{
text-align: center;
color: white;
font-weight: bolder;
font-size: 20px;
}
button{
background: rgba(255, 255, 255, .2);
box-shadow: 0 5px 15px rgba(0,0,0,.5);
color: white;
font-weight: bolder;
width: 100px;
margin-left: 20px;
height: 50px;
margin-top: -15px;
opacity: .4;
cursor: pointer;
}
button:hover{
color: goldenrod;
cursor: pointer;
}
iframe{
border-radius: 20px;
height: 380px;
}
a{
opacity: 0;
}