-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
110 lines (87 loc) · 1.94 KB
/
main.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
*{
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
body{
background:linear-gradient(45deg, #EE9CA7, #FFDDE1);
/* .element { */
/* background: linear-gradient(45deg, #EE9CA7, #FFDDE1); */
/* } */
}
/* ---------------------------------CONTAINER---------------------------------- */
.container{
width: 300px;
background: linear-gradient(45deg, #80FFDB, #5390D9);
display: block;
margin: 0 auto;
border-radius: 10px;
padding-bottom: 50px;
}
/* --------------------------------heading--------------------------------------- */
.title{
width: 300px;
height: 50px;
border-radius: 10px 10px 0 0;
}
.title p{
text-align: center;
padding: 15px;
margin: 0;
text-align: center;
padding: 10px 0;
}
/* ----------------------------------------error------------------------------------------------- */
.notification{
/* width: 300px;
height: 50px;
border-radius: 10px 10px 0 0; For Test Only */
background-color: #f8d7da;
display: none;
}
.temp-value p{
color: #000000;
font-size: 1.2rem;
margin: 0;
text-align: center;
padding: 10px 0;
}
/* ------------------------------------------image ---------------------------------------- */
.image{
width: 300px;
height: 128px;
}
.image img{
display: block;
margin: 0 auto;
}
/* ----------------------------temp descriptiom---------------- */
.temp-desc{
width: 300px;
height: 60px;
}
.temp-desc p{
padding: 0;
margin: 0;
color: #293251;
font-size: 4em;
text-align: center;
cursor: pointer;
}
.temp-desc p:hover{
}
.temp-desc p{
padding: 8px;
margin: 0;
color: #293251;
text-align: center;
font-size: 1.5em
}
/* ---------------------------location--------------------------------- */
/* .location{
} */
.location p{
margin: 0;
padding: 0;
color: #000000;
text-align: center;
font-size: 1em;
}