-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
45 lines (36 loc) · 950 Bytes
/
style.css
File metadata and controls
45 lines (36 loc) · 950 Bytes
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
*{
margin: 0%;
padding: 0%;
box-sizing: border-box;
}
.offer_style{
background-color: rgb(135, 223, 223);
}
.carousel-item img{
width: 100%;
height: 93vh;
}
.about_img{
max-width: 240px;
max-height:280px;
}
.services .row{
margin-right: 0;
margin-left: 0;
}
footer p{
margin-bottom: 0;
}
/*responsive css code */
/*// X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap*/
/*// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }
/* Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }
/* Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }
/* X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
/* XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { ... }*/