-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
73 lines (71 loc) · 1.05 KB
/
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
65
66
67
68
69
70
71
72
73
.navbar-brand img{
height: 50px;
}
.container{
margin-bottom: 50px;
}
.carousel-item{
padding: 20px 40px;
}
.my-button{
background-color: black;
border: none;
padding: 10px 30px;
color: white;
border-radius: 10px;
}
.card{
border: none;
box-shadow: 5px 5px 15px lightgray;
border-radius: 10px;
text-align: center;
}
.card img{
margin-top: 25px;
width: 80%;
height: 300px;
}
.card-footer{
background-color: white;
border-top: none;
margin-bottom: 20px;
}
.topic-text{
margin-bottom: 50px;
}
.color{
color: #FF9D01
}
.widthout-text-border small{
background-color: #FF9E34;
bottom: 20px 5px;
font-size: 5px;
border-radius: 5px;
color: #FF9E34;;
}
.img1{
background-color: #FFFFFF;
}
.categories{
margin-top: 100px;
}
.categories1{
margin-top: 100px;
}
.b-img{
margin-bottom: 100px;
}
.img3{
border-top: 50px;
}
.pale-order img{
width: 100%;
height: 100%;
}
h4{
text-align: center;
}
footer{
margin-top: 100px;
text-align: center;
}