-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
140 lines (117 loc) · 1.77 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
body{
margin: 0;
font-family: arial,sans-serif;
font-size: 15px;
}
nav{
padding-right: 5px;
}
nav a{
color: #000000;
text-decoration: none;
}
#navbar-options{
list-style-type: none;
font-size: 13px;
display:flex;
justify-content: flex-end;
}
.gmail-images {
padding-top: 22px;
margin-right: 15px;
}
#apps img{
padding-top: 16px;
margin-right: 5px;
margin-left: 5px;
block-size: 26px;
}
#profile-pic{
padding-top: 10px;
margin-left: 5px;
}
main{
margin-top: 217px;
margin-bottom: 412px;
display: flex;
flex-direction: column;
align-items: center;
}
main form{
display:flex;
flex-direction:column;
align-items: center;
}
#search-field{
margin-top: 20px;
height: 44px;
width: 560px;
border-radius: 30px;
border: 1px solid rgb(218, 220, 224);
display:flex;
align-items: center;
}
#search-field img{
padding-left: 15px;
block-size: 20px;
}
#search-field input{
width: 470px;
}
#search-buttons{
width: 270px;
margin-top: 30px;
display:flex;
justify-content: space-between;
}
#search-buttons input{
font-size:14px;
height: 35px;
width: auto;
padding: 8px 15px 8px 15px;
border-radius: 5px;
}
main form div input{
border-style: hidden;
}
main p{
font-size: 13px;
}
footer{
position: absolute;
bottom: 0px;
margin-right: auto;
margin-left: auto;
left: 0px;
right: 0px;
height: 6em;
background-color: rgb(242, 242, 242);
display: flex;
flex-direction: column;
}
footer div{
color: rgba(0, 0, 0, 0.54);
display: flex;
border-bottom: 1px solid rgb(218, 220, 224);
}
footer div a{
color: rgba(0, 0, 0, 0.54);
text-decoration: none;
}
footer div p{
margin-left: 35px;
}
footer div ul{
display: flex;
list-style-type: none;
justify-content: start;
}
#About{
flex-grow: 200;
}
footer div ul li{
margin-right: 25px;
}
#Terms{
flex-grow: 1;
}