-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUIDeli_css.css
97 lines (79 loc) · 1.16 KB
/
UIDeli_css.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
.container {
background-color: white;
width: 100%;
}
.barra {
background-color: #201c24;
height: 100px;
}
.x {
position: absolute;
right: 60px;
top: 38px;
background-color: gray;
width: 40px;
height: 40px;
}
.x:hover {
background-color: white;
border: transparent;
}
.center {
border-bottom: solid 2px grey;
}
.header {
display: flex;
flex-direction: column;
margin-left: 500px;
}
.textH4 {
margin-bottom: 0px;
}
.img {
width: 700px;
margin-bottom: 50px;
margin-top: 20px;
}
.pointer {
border: transparent;
border-radius: 4em;
background-color: royalblue;
}
.all {
display: flex;
flex-direction: row;
justify-content: space-around;
margin: 50px;
}
.visit {
font-size: 30px;
}
.text {
width: 500px;
}
.rightAll {
display: flex;
flex-direction: row;
}
.testemonials {
width: 250px;
}
.right {
margin-top: 75px;
}
.testemonials2 {
width: 250px;
margin-left: 40px;
}
.imgTestemonials {
width: 20px;
height: 20px;
}
.imgTestemonials2 {
width: 20px;
height: 20px;
margin-left: 40px;
}
.nomes {
margin-left: 40px;
}