-
Notifications
You must be signed in to change notification settings - Fork 0
/
reservation.css
123 lines (102 loc) · 1.84 KB
/
reservation.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
@font-face {
font-family: 'Titre_font';
src: url('polices/KaushanScript-Regular.otf');
}
@font-face {
font-family: 'Message_font'
src: url('polices/Quicksand_Dash.otf')
}
body{
background-image: url(img/lights-121861_crop.jpg);
background-size: cover;
}
nav{
background-image: linear-gradient(#99ebff, #00a3cc);
position: fixed;
top: 0;
width: 100%;
}
nav ul{
display: flex;
flex-direction: row;
margin: auto;
padding: 0.7em;
justify-content:space-around;
list-style-type: none;
}
nav ul a{
color: white;
text-decoration: none;
}
#spacenav{
height: 2em;
width: 100%;
}
header{
height: 9.5em;
width: 100%;
background-image: url('img/J59.GIF');
background-size:contain;
}
#message{
display: flex;
flex-direction: column;
}
#logo {
float: left;
height: 9.3em;
background-color:rgba(47, 79, 79, 0.5);
backface-visibility: 50%;
}
#titre{
margin: auto;
color: rgba(204, 238, 255, 0.7);
font-family: Titre_font,fantasy;
font-size: 5em;
margin: auto;
}
#logo img{
width: 9.375em;
height: 9.375em;
}
#reserv{
display: flex;
flex-direction: row;
width: 50%;
margin: auto;
}
fieldset{
display: flex;
flex-direction: column;
padding: 1em 1em 1em 1em;
margin: 2em 2em 2em 2em
}
form{
display: flex;
flex-direction: row;
margin: auto;
}
#reserv{
display: flex;
margin: auto;
background-color: rgba(179, 217, 255, 0.7);
margin-top: 1em;
}
#general_log{
display: flex;
margin: auto;
background-color: rgba(191, 191, 191, 0.7);
margin: 1em 1em 2em 1em;
}
.preci_log{
display: flex;
flex-direction: column;
margin: auto;
}
footer{
background-color: #2F4F4F;
display:flex;
flex-direction: row;
height: 10em;
width: 100%;
}