-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimp.css
66 lines (66 loc) · 1003 Bytes
/
imp.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
body{
width:100%;
height:100%;
margin:0;
}
a{
text-decoration:none;
background-color:transparent;
color:#ededed;
}
.inner-header
{
width:80%;
margin:auto;
}
.logo{
float:left;
height:50px;
padding:15px;
font-size:20px;
font-weight:bold;
}
.content{
min-height:600px;
}
.banner-image{
padding-bottom:50px;
margin-bottom:20px;
text-align:center;
color:#f8f8f8;
background:url("itsea.jpg") no-repeat center;
background-size:cover;
}
.inner-banner-image{
padding-top:12%;
width:80%;
margin:auto;
}
.banner-content{
position:relative;
padding-top:6%;
left:20%;
padding-bottom:6%;
overflow:hidden;
margin-bottom:12%;
background-color:rgba(0,0,0,0.7);
max-width:660px;
}
.banner-content2{
position:relative;
padding-top:6%;
left:20%;
padding-bottom:6%;
overflow:hidden;
margin-bottom:12%;
background-color:rgba(0,0,0,0.7);
max-width:660px;
text-align:center;
animation-name:example;
animation-duration:1s;
}
footer{
background-color:#000;
color:#fff;
font-size:14px;
}