-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery.css
More file actions
65 lines (50 loc) · 1.03 KB
/
gallery.css
File metadata and controls
65 lines (50 loc) · 1.03 KB
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
body {
padding-top: 70px
}
.image1{
background-image: url(https://source.unsplash.com/fAgVrj0o0Xo);
}
.image2{
background-image: url(https://source.unsplash.com/NGVr4IU5QoQ);
}
.image3{
background-image: url(https://source.unsplash.com/tG5dTPMf1I4);
}
.image4{
background-image: url(https://source.unsplash.com/Q5-7DUrRHFY);
}
.image5{
background-image: url(https://source.unsplash.com/QBnJf-d0ETE);
}
.image6{
background-image: url(https://source.unsplash.com/DO9tnJY4Yvo);
}
.image7{
background-image: url(https://source.unsplash.com/c_cPNXlovvY);
}
.image8{
background-image: url(https://source.unsplash.com/Ybt_9ZzcnxM);
}
.image9{
background-image: url(https://source.unsplash.com/SGgQiP-g0mU);
}
.image{
width: 100%;
height: 350px;
background-size: cover;
background-position: center;
}
.jumbotron {
padding-left: 60px !important;
padding-right: 60px !important;
color: #171717;
}
.navbar-inverse{
background: #171717;
}
.navbar-inverse .navbar-nav>li>a{
color: white;
}
.navbar-inverse .navbar-brand{
color: white;
}