-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
151 lines (128 loc) · 1.99 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
html {
position: relative;
min-height: 100%;
}
body {
margin: 0 0 40px;
/* bottom = footer height */
padding: 25px;
}
header nav {
list-style-type: none;
padding: 0px;
}
nav li {
display: block;
float: left;
padding: 5px;
margin: 0px 10px;
}
nav li a {
font-size: 12px;
font-family: sans-serif;
color: #666;
text-decoration: none;
}
#apps {
height: 15px;
width: 15px;
background-image: url(ics.png);
margin: 2px 10px 0px;
}
#nots {
height: 15px;
width: 15px;
background-image: url(nots.png);
margin: 2px 10px 0px;
}
#profile {
width: 25px;
height: 25px;
background-image: url(LL.png);
border-radius: 25px;
}
#up {
float: right;
}
.center {
height: 400px;
width: 550px;
margin: 200px auto;
}
.logo {
position: relative;
background-image: url(google.png);
margin: 0 auto;
width: 270px;
height: 90px;
}
.pl {
position: absolute;
right: 1px;
bottom: 0px;
font-size: 17px;
color: #4285f4;
}
.search {
margin: 0 auto;
width: 550px;
}
.click {
margin: 20px 0;
margin: 0 auto;
width: 270px;
}
input[type=button] {
border: none;
width: 130px;
height: 35px;
font-size: 12px;
font-weight: bold;
}
input[type=text] {
height: 35px;
width: 530px;
margin: 30px auto;
}
.info {
margin: 20px auto;
width: 220px;
font-size: 15px;
}
.info p {
text-align: center;
}
footer {
background-color: #eaeaea;
position: fixed;
left: 0;
bottom: 0;
height: 40px;
width: 100%;
overflow: hidden;
border-top: 0.5px solid #e4e4e4;
}
footer ul {
list-style-type: none;
margin: 0;
padding: 0;
bottom: 0;
}
footer li {
margin: 5px 20px 10px;
}
footer li a {
font-size: 14px;
font-family: sans-serif;
color: #666;
text-decoration: none;
}
.right li {
float: right;
padding: 5px;
bottom: 0;
}
.left li {
float: left;
padding: 5px;
}