-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
126 lines (95 loc) · 1.38 KB
/
style.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
header{
float: right;
font-family: arial, sans-serif;
font-size: small;
}
header a{
padding-right: 25px;
color: rgba(0,0,0,0.87);
}
.container{
text-align: center;
}
img{
margin-top: 25%;
}
input{
width: 500px;
height: 35px;
margin: 4px;
padding: 8px;
border: 1px solid grey;
border-radius: 25px;
}
.btn1{
height: 40px;
width: auto;
color: #646464;
background: #f2f2f2;
border: none;
cursor: pointer;
margin: 4px;
}
.btn2{
margin: 4px;
height: 40px;
width: auto;
color: #646464;
background: #f2f2f2;
border: none;
cursor: pointer;
}
.footer{
float: right;
margin-bottom: 20px;
position: fixed;
width: 100%;
background-color:gray;
color: white;
}
footer{
position: fixed;
bottom: 0px;
left: 0px;
font-size: 15px;
color: rgba(0,0,0,.54);
font-family: arial, sans-serif;
background-color: rgb(242,242,242);
width: 100%;
line-height: 4px;
}
#left{
float: left;
}
#country{
margin-left: 20px;
padding-top: 5px;
}
#left li{
display: inline;
padding-right: 15px;
position: relative;
left: -20px;
}
#left li a, #right li a{
text-decoration: none;
color: rgba(0,0,0,.54);
}
#right{
float: right;
}
#right li{
display: inline;
padding-right: 15px;
position: relative;
}
#hr2{
width: 100%;
margin-top: 20px;
height: 0px;
}
#hr1{
width: 100%;
margin-top: 0px;
height: 0px;
}