-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstyle.css
57 lines (48 loc) · 842 Bytes
/
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
body{
overflow-x:hidden;
}
.navbar{
font-size: 20px;
letter-spacing: 4px;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(0,0,0,0.0.5);
}
.header-image
{
background-image: url(book1.jpg);
background-size:cover;
height: 450px;
}
.container
{
font-size: 20px;
padding-top: 50px;
padding-bottom: 50px;
}
/*Adding Style to carousel */
.carousel-control.right, .carousel-control.left {
background-image: none;
color: #f4511e;
}
.carousel-indicators li {
border-color: #f4511e;
}
.carousel-indicators li.active {
background-color: #f4511e;
}
.item h3 {
font-size: 19px;
line-height: 1.375em;
font-weight: 400;
font-style: italic;
margin: 70px 0;
}
.item span {
font-style: normal;
}
.text-center h1{
padding-bottom: 20px;
}
/* Styling Carousel ends here*/
/*Adding style to footer*/