-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
84 lines (74 loc) · 1.31 KB
/
index.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
.AVAILABLE{
background-color: black;
color: white;
text-align: center;
}
.cross{
background-color: white;
}
.sub{
color: #e6bb64;
text-decoration: none;
padding:25px;
font-size: 20px;
}
.image{
width: 188px;
height: 50px;
}
#container{
width: 100%;
height: 80px;
display: flex;
margin: auto;
/* border: 1px solid black; */
justify-content: space-between;
padding: 15px;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.divv{
padding: 10px;
color: #e6bb64;
}
.what{
width: 100%;
margin-top: -70px;
padding: 100px;
line-height: 60px;
}
h1{
width: 335px;
margin: auto;
font-size: 32px;
font-weight: 400;
font-family: Verdana, Geneva, Tahoma, sans-serif;
border-bottom: 2px double #e5b95f;
}
.box{
border: 1px solid red;
width: 200px;
height: 300px;
}
#carouselExampleSlidesOnly{
display: grid;
grid-template-columns: repeat(5,1fr);
border: 1px solid black;
}
/* #carouselExampleControls{
width: 30%;
height: 300px;
border: 1px solid black;
} */
/* .moving{
width: 100%;
height: 200px;
}
.imm{
width:100%;
height: 300px;
}
.con{
width: 100%;
border: 1px solid black;
height: 500px;
}