-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
90 lines (73 loc) · 1.24 KB
/
style.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
body{
padding: 0;
margin: 0;
background:url(62369-OAHKFM-137.jpg);
width: auto;
height:auto;
background-size:contain;
}
#centre{
width: 25%;
height: 500px;
background-color: rgba(235,164,206, 0.8);
padding: 10px;
border-radius: 10%;
margin:auto;
display: flex;
flex-direction:column;
justify-content: center;
align-items: center;
margin-top: 50px;
}
label {
width: 100px;
/* background-color: red;*/
display: block;
float: left;
}
#rose{
width: 45%;
background-color: rgba(237,238 ,240, 0.9);
justify-content: center;
margin-top: 100px;
margin: auto;
padding: 10px;
border-radius: 5%;
margin-top: 20px;
}
#titre{
width: 25%;
height: 100px;
margin: auto;
font-size: 30px;
background-color: rgba(193,228 ,234, 0.8);
/* margin: auto;*/
margin-top: 50px;
text-align: center;
}
header{
width: 100%;
height: 80px;
background-color: #4D3316;
}
#deconnexion
{
width: 100px;
height:50px;
background-color: #F474A0;
margin-top: 10px;
}
#deconnexion1
{
width: 100px;
height:50px;
background-color: #F474A0;
margin-top: 10px;
}
.article{
border-radius: 60px;
background-color:rgba(201, 102, 146,0.8);
/*background-color: rgba(244, 116, 160,0.9); */
margin-bottom: 8px;
padding:10px;
}