-
Notifications
You must be signed in to change notification settings - Fork 48
/
style.css
61 lines (54 loc) · 955 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
58
59
60
html {
position: relative;
min-height: 100%;
}
body{
overflow-x:hidden;
max-width: 100%;
margin:0;
margin-bottom: 150px;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Andika';
}
#bg{
background-image: url(https://source.unsplash.com/featured/?men,fashion,sneakers);
/*https://images.unsplash.com/photo-1549942686-486aa99d2223*/
background-repeat: no-repeat;
min-height:600px;
background-attachment: fixed;
background-position: center;
background-size:cover;
text-align: center;
}
#banner_content {
background-color: rgba(0, 0, 0, 0.7);
}
.carousel-inner img {
width: 100%;
height:100%;
}
.footer{
position: absolute;
margin-top: 50px;
background-color: #141414;
min-height:150px;
padding-top:40px;
width: 100%;
bottom: 0;
}
.container a {
color:black;
}
.container a:hover{
color:grey;
}
#size{
max-height:200px;
}