-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrestaurantes.css
More file actions
87 lines (67 loc) · 1.11 KB
/
restaurantes.css
File metadata and controls
87 lines (67 loc) · 1.11 KB
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
@font-face{
font-family: "Segoe-Print";
src: url("Fonts/segoeprb.ttf");
}
.navbar {
background-color: rgb(233, 51 , 64) !important;
}
.btn-promo{
background-color: rgb(219, 47, 58);
}
.btn-promo:hover{
background-color: rgb(185, 41, 51);
}
#header img{
width: 150px;
}
.img-cards-cal{
width: 110px;
height: 110px;
}
#tipo a {
color: #000000;
}
.card-img-top {
width: 158px;
height: 110px;
}
#footer{
background-color: #3f3f3f;
color: #d5d5d5;
}
#footer a {
color: white;
}
.img-txt {
width: 1rem ;
height: 1rem ;
}
.contenedor-imagen {
position: relative;
text-align: center;
color: white;
}
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
h2{
font-family: 'Segoe-Print', sans-serif;
text-decoration: underline;
color: #E93240;
text-align: center;
font-weight: bold;
}
.list-unstyled li {
border: solid 1px #E93240;
border-radius: 20px;
}
#place-time img {
max-width: 100% ;
}
#place-time {
background: rgb(223, 91, 102);
color: #FFFFFF;
}