-
Notifications
You must be signed in to change notification settings - Fork 1
/
wether.css
92 lines (89 loc) · 1.21 KB
/
wether.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
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
#container
{
background-color:#e6ffff;
height:100%;
}
header
{
display:block;
color:#8fffe6;
background-color:black;
margin:0px 0px 0px 0px;
padding-top:3%;
padding-bottom:3%;
}
#head
{
color:#8fffe6;
font-size:240%;
text-align:center;
margin:0 auto;
}
.maps
{
position:relative;
display:inline-block;
width:58%;
height:80vh;
margin:0 auto;
}
.info
{
display:inline-block;
width:42%;
height:80vh;
float: right;
}
#map {
border:5px solid #ccffff;
height: 500px;
width: 95%;
margin:0 auto;
margin-top:30px;
margin-bottom:30px;
}
h2
{
text-align:center;
margin-top: -3%;
color:grey;
font-size:200%;
padding: 2px;
font-family: 'Pacifico', cursive;
font-weight: normal;
}
#list
{
color:#00b3b3;
font-size:150%;
margin:0 auto;
}
#icon
{
display:inline-block;
width:42%;
margin-left: 35%;
margin-top: 7%;
}
/*@media only screen and (max-width:650px)
{
h2
{
margin:0 auto;
}
#icon
{
margin-left:12%;
}
.info
{
width:100%;
height:100vh;
order:2;
}
.maps
{
width:100%;
order:1;
}
}*/