-
Notifications
You must be signed in to change notification settings - Fork 0
/
google_style.css
75 lines (63 loc) · 970 Bytes
/
google_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
body{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.header{
float: right;
}
.header a, .header button{
margin: 10px;
color: #000;
text-decoration: none;
}
.header button{
background: #4484f1;
padding: 8px;
font-size: 15px;
color: #fff;
border-radius: 5px;
font-weight: bold;
}
.main{
text-align: center;
}
.logo-img img{
width: 500px;
height: 200px;
margin-top: 10%;
margin-left: 150px;
}
.search-box input{
height: 40px;
width: 444px;
margin-bottom: 5px;
}
.btn button{
width: 125px;
height: 36px;
margin-right: 30px;
margin-bottom: 10px;
}
.langs label{
margin-top: 10px;
}
.footer{
background: #f2f2f2;
margin-top: 100px;
padding: 20px;
color: #000;
text-decoration: none;
}
.footer-left{
text-align: left;
}
.footer-left a{
margin: 5px;
}
.footer-right{
text-align: right;
}
.footer-right a{
margin: 5px;
}