-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
68 lines (56 loc) · 1.21 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
.navbar {
background-color: #ffb300 !important;
}
.jumbotron {
background-color: black;
background-image: url(https://images.pexels.com/photos/2899097/pexels-photo-2899097.jpeg?cs=srgb&dl=man-holdingwalking-dog-2899097.jpg&fm=jpg);
color: white !important;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
}
.jumbotron.home {
min-height: 700px;
}
.jumbotron.home .navbar {
background-color: transparent !important;
padding-top: 20px;
}
.jumbotron.home .j-container {
margin-top: 200px;
}
.jumbotron .overlay {
background: rgba(25, 55, 55, .8);
background: linear-gradient(rgba(25, 55, 55, .8), rgba(59, 5, 5, .8));
height: 700px;
width: 100%;
/* margin: 54px 0 0 0; */
top: 0;
left: 0;
position: absolute;
border-radius: 0 !important;
}
.jumbotron .n-container {
margin-top: 0 !important;
}
.posts .container .card {
/* display: inline-block; */
width: 20rem;
}
/* .posts .container .row { */
/* background: red; */
/* } */
/* .posts .container .col { */
/* margin: 0 auto; */
/* } */
.posts .card {
margin-bottom: 10px;
}
.footer {
margin-top: 5em;
background-color: #e3e3e3;
padding: 2em;
}
.blog-post .article {
margin-right: 5em;
}