-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathestilo.css
64 lines (53 loc) · 1.02 KB
/
estilo.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
h1 {
font-family:Monaco,Georgia,Times,serif;
text-align: center;
}
p{font-family:Monaco,Georgia,Times,serif;
}
#barra a{
text-align: center;
padding: 1em;
border: 1px solid #CCC;
font-family:Monaco,Georgia,Times,serif;
word-spacing: 5px;
background-color: grey;
color: #f2f2f2;
text-decoration:none;
}
#barra a:hover
{
color:#7FFFD4;
text-decoration: underline;
}
#fondo
{
background: rgb(60,52,187);
background: linear-gradient(3deg, rgba(60,52,187,1) 0%, rgba(89,129,201,1) 19%, rgba(128,234,255,1) 100%);
}
#contenedor{
background-color: ghostwhite;
border-radius: 50px;
padding: 25px;
margin-top: 30px;
line-height: 30px;
}
table
{
margin-left: auto;
margin-right: auto;
border-collapse: separate;
border-spacing: 15px 2px;
border: none;
}
.formulario
{
margin-left: auto;
margin-right: auto;
border-radius: 5px;
}
#center
{
margin-left: auto;
margin-right: auto;
text-align: center;
}