-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilos2.css
67 lines (62 loc) · 1.1 KB
/
estilos2.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
{
margin:0;
padding:0;
box-sizing:border-box;
}
body{
}
h1{
text-align: center;
color: rgb(red, green, blue);
}
.formure{
width: 400px;
background:lightcoral ;
padding: 35px;
margin: auto;
margin-top: 100px;
}
.formure h4{
font-size: 22px;
margin-bottom:20px ;
}
.control{
width: 100%;
background-color:royalblue;
padding: 9px;
border-radius: 4px;
margin-bottom: 16px;
border: 1px solid #afafaf;
font-size: 20px;
}
.formure p{
height: 40px;
text-align: center;
font-size: 18px;
color: aliceblue;
text-decoration: none;
}
.formure a{
color: aliceblue;
text-decoration: none;
}
.bhn{
display: inline-block;
color:goldenrod;
background-color: #667eea;
text-transform: uppercase;
text-decoration:none ;
padding:25px;}
.formure a:hover{
color: aliceblue;
text-decoration: underline;
}
.formure .bf {
width: 100%;
background:cadetblue;
border: none;
padding:12px ;
color: azure;
margin:16px 0;
font-size: 16px;
}