-
Notifications
You must be signed in to change notification settings - Fork 0
/
bo.css
70 lines (59 loc) · 1.06 KB
/
bo.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
body,html{
width: 100%;
height: 100%;
font-family: 'Montserrat', sans-serif;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
.container-fluid{ padding-right: 0 px;
padding-left: 0px;
margin-right: 0px;
margin-left: 0px;
width: 100%; }
.carousel-item{
height: 60vh;
overflow:hidden
}
.carousel-item img {
height: 100%;
}
.navbar-brand
{
position: relative;
background: url(jungl.gif);
width: 90px;
max-height: 70px; /* height of the navbar */
}
.buffer{
height: 5rem;
}
h1{
font-size: 3rem;
color: #000;
}
hr{
border-color: black;
border-width: 4px;
max-width: 65px ;
}
.btncl{
padding: 1rem 2rem ;
max-width: 200px;
}
.btn{
font-weight: 300;
border-radius: 20px;
text-transform: uppercase;
border-color: #000;
border-width: 0px;
}
.btncl:hover{
background-color: #48f;
padding: 1rem 2rem ;
border-width: 0px;
}
.btncl a:visited{
color: white;
text-decoration: none;
}