-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbaniére.css
57 lines (52 loc) · 983 Bytes
/
baniére.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
.baniére{
background-image: url("Images/baniére.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
/* opacity: 0.3; */
background-attachment: fixed;
size: 100px;
width: 100%;
height: 100%;
color: white;
}
.text{
padding-top: 100px;
width: 500px;
padding-left: 200px;
padding-bottom: 200px;
color: white;
}
*, ::before, ::after
{
box-sizing: border-box;
margin:0px;
padding: 0px;
}
.btn
{
display: block;
margin: 80px auto 0;
font-size: 20px;
font-weight: lighter;
color: white;
padding: 5px 8px;
box-shadow: 0 4px#CE0033;
background:#CE0033 ;
outline: none;
border: none;
cursor: pointer;
border-radius: 15px;
position: relative right;
box-shadow: 0 6px#CE0033;
}
.btn:hover
{
box-shadow: 0 4px #fafafa;
top: 2px;
}
.btn:active {
box-shadow: 0 4px#CE0033;
box-shadow: 0 0 ;
top: 6px;
}