-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
114 lines (88 loc) · 1.6 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
/* leger RESET des Marge */
body{
margin: 0;
padding: 0;
}
/* header logo haut droite */
#header{
list-style: none;
display: flex;
justify-content: end;
margin: 30px;
}
/* annulations des puces du menu */
#header li {
margin-left: 20px;
}
/* resize de l'image menu google */
#header li img {
height: 30px;
}
/* CSS de la section block centrale page */
section{
padding-top: 10%;
display: flex;
flex-direction: column;
align-items: center;
}
/* le logo Google*/
section img {
height: 92px;
width: 272px;
}
/*barre de recherche */
#searchBarre{
height: 34px;
width: 527px;
border-radius: 15px;
border: #F5F5F5 solid;
margin-top: 20px;
}
/* les 2 boutonn de recherche */
#buttonRecherche input{
cursor: pointer;
height: 36px ;
width: 150px ;
margin-top: 18px;
border-radius: 5px;
}
#buttonRecherche input:hover{
box-shadow: 0 1px 1px;
}
/*Footer Generale*/
footer{
display: flex;
flex-direction: column;
}
#footer{
display: inline-block;
}
#country {
background-color: #F2F2F2;
margin-top: 20%;
margin-bottom: 0px;
padding-left: 50px;
}
#footer_left ul{
display: flex;
justify-content: flex-start;
background-color: #F2F2F2;
float: left;
margin-top: 0px;
padding-bottom: 5%;
}
#footer_left ul li{
margin: 10px;
list-style: none;
}
#footer_right ul{
display: flex;
justify-content: end;
background-color: #F2F2F2;
margin-top: 0px;
padding-bottom: 5%;
}
#footer_right ul li{
margin: 10px;
list-style: none;
}