-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathajap.css
68 lines (49 loc) · 941 Bytes
/
ajap.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
.header{
position: fixed;
height: 200px;
width:100%;
background-image: url("http://leehughes.wpengine.netdna-cdn.com/wp-content/uploads/2013/06/Treehouse-review.jpg"); norepeat;
}
.logo {
margin-left:50px;
margin-top: 10px;
}
.row {
position: absolute;
background-color: #e7facf;
margin-left:35px;
margin-top: 170px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
.input-group{
width: 220px;
margin-bottom: 35px;
margin-left: -4px;
}
p {
position: relative;
width:220px;
margin-top: 25px;
}
#weatherInfo {
padding-top: 25px;
padding-bottom: 25px;
color: red;
}
strong {
font-style: italic;
}
.userImage{
padding-bottom: 20px;
}
.footer {
line-height: 30px;
background-color: #26537c;
width: 100%;
text-align: center;
font-size:12px;
color: white;
position: absolute;
bottom: 0px;
}