-
Notifications
You must be signed in to change notification settings - Fork 31
/
style.css
63 lines (56 loc) · 1.14 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
.banner-image{ padding-top: 75px;
padding-bottom: 50px;
text-align: center;
color: #f8f8f8;
background: url(intro-bg_1.jpg) no-repeat center ;
background-size: cover;
}
.banner-content{
position:relative;
padding-top: 6%;
padding-bottom: 6%;
margin-top: 12%;
margin-bottom: 12%;
background-color: rgba(0, 0, 0, 0.7);
max-width: 660px;
overflow: hidden;
}
.thumbnail img{
max-height: 150px;
}
main {
min-height: 100vh;
}
footer{
padding: 10px 0;
background-color: #101010;
color:#9d9d9d;
bottom: 0;
width: 100%; }
.row_style{margin-top: 70px;
}
h2{font-weight: bolder;
}
.jumbotron_style{margin-top: 70px;
}
.table_style{margin-top: 70px;
}
h4{font-weight: bolder;
}
.container_style{margin-top: 80px;
}
.add-to-cart {
margin: 0;
background-color: #337ab7;
color: #ffffff;
border: 1px solid cyan;
border-radius: 4px;
outline: none;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
}
.padding-20 {
padding: 20px;
}