-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoogle.css
97 lines (96 loc) · 1.55 KB
/
google.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
body {
font-family: "Arial";
height: 100%;
width: 99%;
}
nav ul {
list-style: none;
width: auto;
text-align: right;
margin-right: 30px;
}
a {
color: #555555;
text-decoration: none;
}
.gmail {
margin-right: 15px;
display: inline;
font-size: 15px;
}
.images {
display: inline;
}
.container {
margin-top: 135px;
display: grid;
grid-template-rows: 150px;
}
.gooimg {
margin: auto;
}
.searchbar {
border: solid #e7e7e7 1px;
margin: 0 auto 0 auto;
width: 585px;
height: 40px;
padding-left: 15px;
box-shadow: 6px 6px 30px -15px rgba(87,87,87,1);
}
.buttons {
margin: 15px auto 0 auto;
}
.searchbut {
background-color: #efefef;
border: none;
color: black;
height: 35px;
padding: 0 15px 0 15px;
margin-right: 10px;
}
.luckybut {
background-color: #efefef;
border: none;
color: black;
height: 35px;
padding: 0 10px 0 10px;
}
.offered {
margin: 25px auto 0 auto;
font-size: 13px;
}
.navbar1 {
font-size: 13px;
background-color: #ededed;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 25px;
padding: 10px 10px 3px 30px;
border-top: solid 2px #e8e8e8;
}
.navbarright {
font-size: 13px;
background-color: #ededed;
position: fixed;
right: 0;
bottom: 0;
height: 25px;
padding: 10px 10px 3px 30px;
border-top: solid 2px #e8e8e8;
}
div a {
margin-right: 25px;
}
.navbar2 {
font-size: 15px;
background-color: #ededed;
position: fixed;
left: 0;
bottom: 40px;
width: 100%;
height: 25px;
padding: 10px 10px 5px 30px;
border-top: solid 2px #e8e8e8;
}