-
Notifications
You must be signed in to change notification settings - Fork 0
/
findujeu.css
85 lines (85 loc) · 1.71 KB
/
findujeu.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
h1{
text-align: right;
margin-right: 100px;
color: goldenrod;
font-family: 'Alex Brush', handwriting;
font-size: 4cm;
margin-bottom: 0cm;
}
#eg{
text-align: center;
color:black;
font-size: 1cm;
margin-left: 33%;
font-family: 'Acme', sans-serif;
border: 5px solid black;
}
#barre{
position: fixed;
top: 0px;
height: 2cm;
width: 100%;
background-color:bisque;
list-style-type: none;
display: flex;
align-items: center;
justify-content: flex-start;
margin-top: 0;
}
.test{
margin-right: 2cm;
font-size: 20px;
}
body{
margin-left: 0;
background-image: url("https://static1.purepeople.com/articles/5/21/70/25/@/2950157-archives-dalida-en-concert-950x0-1.jpg");
background-size: cover;
background-repeat: no-repeat;
}
#start{
display: block;
margin: auto;
margin-top: 30px;
border: 2px solid;
background-color: lightgrey;
border-radius: 6px;
cursor: pointer;
font-size: 1cm;
}
.button_link {
border: none;
display: inline-block;
padding: 8px 16px;
vertical-align: middle;
overflow: hidden;
text-decoration: none;
color: inherit;
background-color: inherit;
text-align: center;
cursor: pointer;
white-space: nowrap;
}
.button_link:hover{
color: brown;
}
#fin{
height: 240px;
width: 500px;
background-color: rgba(0, 0, 0, 0.625);
color: aliceblue;
margin-left: auto;
margin-right: auto;
border-radius: 6px;
font-size: 25px;
font-family: 'Acme', sans-serif;
text-align: center;
padding: 10px;
padding-bottom: 40px;
padding-left: 10px;
}
footer{
color: aliceblue;
position: absolute;
bottom: 0;
right: 0;
}