-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
59 lines (54 loc) · 1.24 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
#banner {
background: url("images/banner.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
color: #ffffff;
padding: 16em 0em 14em;
text-align: center;
}
#banner .container{
position: absolute;
top: 20%;
}
.text{
position: relative;
left: 10%;
}
#banner h2 {
color: #ffffff;
font-size: 3em;
line-height: 1em;
margin: 0 0 0.2em 0;
padding: 0;
}
#banner p {
font-size: 1.5em;
margin: 0.5em 0 0 0;
}
#banner .actions {
margin: 3em 0 0 0;
}
#banner .button {
position: relative;
background-color: transparent;
border: 1px solid #ffffff;
font-weight: 300;
margin-left: 0;
padding-right: 10%;
padding-inline: 20%;
left: 20%;
}
.container .divi h3{
position: relative;
background-color: transparent;
border: 1px solid #ffffff;
font-weight: 300;
margin-left: 0;
padding-right: 10%;
padding-inline: 20%;
left: 20%;
}
#banner .button:hover {
background-color: rgba(255, 255, 255, 0.2);
}