-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
99 lines (96 loc) · 1.64 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
.img-adv-search{
display: flex;
justify-content: right;
list-style: none;
}
.img-adv{
margin: 8px;
}
.home-logo{
display: flex;
align-items: center;
justify-content: center;
}
a:link,a:hover,a:visited,a:active{
color: black;
text-decoration: none;
}
/*Googles own css */
.srch-btn{
margin-top: 30px;
background-color: #f8f9fa;
border: 1px solid #f8f9fa;
border-radius: 4px;
color: #3c4043;
font-family: Roboto,arial , sans-serif;
font-size: 14px;
margin: 11px 4px;
padding: 0 16px;
line-height: 27px;
height: 36px;
min-width: 54px;
text-align: center;
cursor: pointer;
user-select: none;
}
.srch-btn:hover{
border-color: #d4d9dc;
}
.center{
display: flex;
justify-content: center ;
}
.round-input{
display: flex;
z-index: 3;
height: 44px;
background: #fff;
border: 1px solid #dfe1e5;
box-shadow: none;
border-radius: 24px;
margin: 0 auto;
width: calc(632px + 6px);
width: 544px;
max-width: 584px;
margin-top: 18px;
}
.h1{
color: #d93025;
font-size: 20px;
margin: 25px 35px;
}
.line{
border-bottom: 1px solid #ebebeb;
}
.h2{
font-size: 16px;
color: #333333;
}
.div-adv{
margin: 55px;
}
.row-input{
align-items: center;
margin-top: 20px;
display: flex;
flex-direction: row;
font-size: 13px;
vertical-align: middle;
}
.left{
width: 200px;
}
.right{
width: 380px;
}
.btn-adv{
display: flex;
justify-content: flex-end ;
width: 625px;
}
.btn-advanced{
box-shadow: none;
color: white;
background-color:#4d90fe;
border: 1px solid #3079ed;
}