-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
124 lines (111 loc) · 1.81 KB
/
styles.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
.navigation-bar{
--tw-bg-opacity: 1;
background-color: rgba(0,125,188,var(--tw-bg-opacity));
padding:5px;
text-decoration:aliceblue;
padding-bottom: 0;
font-size: small;
}
.name{
border:1px solid white;
padding: 0 5px;
}
.items{
margin-right: 0;
}
.navbar-brand{
margin-left:50px;
}
.nav-item{
text-align: center;
margin-left: 20px;
}
button {
background-color: transparent;
background-image: none;
margin:10px;
}
.navbar{
padding-left:80px;
}
.form-inline {
padding-left:10px;
padding-right:10px;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-nav .nav-link {
color: white;
}
.search{
padding: 0 50px 0 50px;
}
.img-fluid{
width:150px;
height:150px;
}
.sections{
display:flex;
justify-content: space-between;
margin: 50px 80px;
}
.category{
text-align: center;
}
.slider {
width: 100%; /* Set your desired width */
height: 60%; /* Set your desired height */
/* overflow: hidden; */
position: relative;
}
.slider img {
width: 100%;
height: 100%;
object-fit: cover;
}
.container-images{
margin:30px 0 10px;
}
.feedback{
width:100%;
justify-content: space-between;
display: flex;
margin-top:20px;
margin-bottom: 40px;
padding: 10px 0;
}
.flex-item{
flex:1;
padding:10px;
text-align: center;
border-right:3px solid black;
height: 100%; /* Set height to 100%*/
box-sizing: border-box; /*Include border in height calculation*/
}
.flex-item:last-child{
border-right: none;
}
.flex-item:last-child{
border-right: none;
}
.search{
padding-left: 0;
background-color: white;
color: black;
padding-right: 80px;
padding:3px;
}
.input-group-append{
padding: 8px;
}
.card {
border: 1px solid #ccc;
border-radius: 5px;
padding: 10px;
width: 300px;
}
.cards{
display:flex;
}
.h4{
padding-left:100px;
}