-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSection07D--Authentification.css
77 lines (76 loc) · 1.12 KB
/
Section07D--Authentification.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
body{
background-color:#808080;
font-size: 1rem;
}
#connexion{
text-align:center;
margin:auto;
}
h1{
width: 100%;
}
.logo{
width:70px;
height:70px;
border-radius: 100px/100px;
box-shadow: 0px -5px 5px black;
}
#section07D{
position: relative;
top: -25px;
margin: 10px;
}
#nomUtilisateur{
margin-left: 60px;
width: 250px;
height:20px;
box-shadow:0px 0px 0px black inset;
padding-left: 2px;
padding-top: 2px;
}
#user{
width: 20px;
height: 20px;
margin-bottom: -5px;
margin-right: 10px;
}
#MotDePasse{
margin-left:87px;
width: 250px;
height: 20px;
box-shadow:0px 0px 0px black inset;
padding-left: 2px;
padding-top: 2px;
}
#pass{
width: 20px;
height: 20px;
margin-bottom: -5px;
margin-right: 10px;
}
#boutons{
margin-top:50px;
}
.bouton{
color: #00008b;
cursor: pointer;
box-shadow: 0px 2px 2px 0px black;
}
#valider{
margin-right: 50px;
}
#annuler{
margin-left:150px;
}
@media all and (max-width: 1024px){
#connexion
{
text-align: ;
width: 100%;
margin-left: 5px;
}
h1
{
font-size: 1rem;
}
}