-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoogle.css
102 lines (81 loc) · 1.57 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
98
99
100
101
102
/*google model*/
*{
margin:0;
padding:0;
}
body{
font-family:Helvetica,arial;
font-size:13px;
}
h1#logo{
width:269px;
height:95px;
background: url("google.gif") top left no-repeat;
background-size:100%;
text-indent:-9999px;
margin:20px auto;
}
#container{
text-align:center;
margin:0 auto;
width:580px;
}
input[type="search"]
{
width: 580px;
height:30px;
margin-top:10px;
border:1px solid grey;
}
input[type="submit"]
{
margin-top:20px;
padding:5px;
background:#eee;
font-size:10px;
font-weight:bold;
}
nav#header ul li {
display:inline;
}
nav#header{
text-align:right;
padding:20px;
font-family:arial;
}
nav#header ul li a {
padding:10px;
text-decoration:none;
color:black;
font-family:arial;
font-size:11px;
}
footer{
padding:10px;
position:fixed;
bottom:0;
width:100%;
background:#eee;
}
#footer1{
float:left;
}
#footer2{
float:right;
}
footer nav ul li{
display:inline;
}
footer nav ul li a{
text-decoration:none;
color:black;
padding-right:10px;
padding-top:0px;
padding-bottom:10px;
font-size:10px;
}
.body-nav ul li
{
display:inline-block;
margin:10px;
}