-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyleespagne.css
More file actions
83 lines (70 loc) · 1.31 KB
/
Copy pathstyleespagne.css
File metadata and controls
83 lines (70 loc) · 1.31 KB
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
.mainimg{
background: url(./img/Grenade/Alhambra_sunset.jpg);
background-repeat: no-repeat;
margin: 0!important;
width: 100%;
text-align: center;
padding: 10%;
max-width: 100%;
background-size: cover;
margin-bottom: 25px!important;
background-position: bottom;
}
.mainimg p {
color: #FFFFFF;
font-size: x-large;
text-shadow: 0 0 20px black, 0 0 30px black, 0 0 40px black, 0 0 55px black, 0 0 75px black;
}
button {
color: white;
background-color: #f7af3e;
font-family: "dyno_saurB";
font-size: 100%;
border-radius: 15px;
border: none;
width: 215px;
height: 55px;
margin: auto auto;
}
button:hover {
color: white;
background-color: #b94503;
box-shadow: 7px 7px 7px black;
}
button:active {
color: white;
background-color: #ea5c0d;
}
.buttn{
width:100%;
display: flex;
justify-content: center;
align-items: center;
}
h4{
color:#ea5c0d;
font-size: 35px;
}
.chiffre{
text-align: center;
justify-content: center;
align-items: center;
}
.chiffre ul{
list-style-type: none;
}
.chiffon{
padding-bottom: 30px;
}
h5{
font-size: 20px;
padding: 20px 0;
}
.vocab{
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.lan{
margin:20px
}