-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
64 lines (49 loc) · 905 Bytes
/
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
* {
background-color: #e4a95b;
}
.log {
width: 1500px;
height: 300px;
object-fit: cover;
}
.frase {
text-align: center;
color: rgb(109, 5, 74);
font-size: small;
}
.nombre {
font-size: xxx-large;
font-weight: 900;
text-align: center;
color: rgb(66, 47, 4);
font-family: cursive;
}
.marca {
width: 170px;
height: min-content;
object-fit: cover;
float: none;
border-radius: 50px;
text-align: right;
}
.menu {
font-size: medium;
color: rgb(5, 53, 9);
text-align: center;
border: 5px solid #e77b3c;
}
.imag {
width: 266px;
height: 200px;
object-fit: cover;
float: left;
border-radius: 150px;
background: #ecf0f1;
}
.pie_foto {
font-size: large;
color: rgb(165, 22, 17);
}
.contacto {
text-align: center;
}