-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
113 lines (112 loc) · 1.91 KB
/
index.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
``/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 10-Jun-2019, 19:25:02
Author : Suvam
*/
body{
width: 100%;
height: 100%;
margin: 0px;
}
a{
text-decoration: none;
background-color: transparent;
color: #ededed;
}
.header{
background-color: #000000;
color: #fff;
border: 1px solid transparent;
border-color: #080808;
min-height: 50px;
}
.inner-header{
width: 80%;
margin: auto;
}
.logo{
float: left;
padding: 15px;
height: 50px;
font-size: 20px;
font-weight: bold;
}
.header-link{
float: right;
padding: 15px 15px;
font-size: 14px;
height: 50px;
font-size: 16px;
font-weight: bold;
}
.content{
min-width: 600px;
}
.banner-image{
background: url("img/intro-bg_1.jpg") no-repeat ;
background-size: cover;
margin-bottom: 20px;
padding-bottom: 50px;
text-align: center;
color: #f8f8f8;
}
.inner-banner-image{
padding-top: 12%;
width: 80%;
margin: auto;
}
.banner_content{
background-color: rgba(0, 0, 0, 0.7);
position: relative;
padding-top: 6%;
padding-bottom: 6%;
overflow: hidden;
margin-bottom: 12%;
max-width: 660px;
}
.button{
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
box-shadow: inset 0 3px 5px rgb(0,0,0,.125);
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.container{
width: 90%;
margin: auto;
overflow: hidden;
}
.items{
width: 30%;
display: block;
padding: 4px;
background-color: #fff;
border: 1px solid #ddd;
margin-bottom: 20px;
line-height: 1.42857143;
border-radius: 4px;
float: left;
margin-left: 1%;
}
.thumbnail{
display: block;
width: 100%;
height: auto;
}
.caption{
color: #000;
padding: 0 10px 10px;
font-weight: bold;
text-align: center;
}
footer{
background-color: #000;
color: #fff;
font-size: 14px;
}