-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilos.css
68 lines (54 loc) · 900 Bytes
/
estilos.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
.flexorder {
display: flex;
justify-content: flex-end;
list-style:none;
}
.item1 {
padding: 15px;
font-family: 'Rubik', sans-serif;
font-size: 14px;
}
.item2 {
padding: 15px;
font-family: 'Rubik', sans-serif;
font-size: 14px;
}
.item3 {
padding-top: 10px;
padding-left: 10px;
}
.item4 {
padding-top: 10px;
padding-left: 16px;
}
.flexicon {
display: flex;
justify-content: center;
border: 100px 0px 0px 0px;
padding-top: 15px;
}
.logogoogle {
padding: 30px;
}
.flexbar {
display: flex;
justify-content: center;
}
.espacio {
padding-top: 35px;
}
.buscador {
border-radius: 40px;
padding: 20px 25px;
border-color: #E6E6E6;
border-style: solid;
font-size: 15px;
}
.recentweb {
display: flex;
list-style:none;
justify-content: center;
}
.item5 {
padding: 26px;
}