forked from verllireth/Taller-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilos.css
72 lines (57 loc) · 1.17 KB
/
estilos.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
.titulo{
background-color:#957DAD;
font-family:'Montserrat', sans-serif;
text-align: center;
color:white;
height: 60px;
font-family: 'Cantarell', sans-serif;
font-family: 'Inconsolata', monospace;
}
.contenedor{
background-color: #E0BBE4;
padding: 5px;
overflow: hidden;
text-align: center;
width: 100%;
height: 6 00px;
margin: 0 auto;
margin-top: 30px;
}
#Boton{
background-color:#D291BC;
border-radius: 7px;
color: black;
width: 80PX;
font-family: 'Cantarell', sans-serif;
font-family: 'Inconsolata', monospace;
font-size: 20px;
}
#Boton:hover{
background-color: black;
color: #FEC8D8;
cursor: pointer;
}
.Imagen{
width: 250px;
height: 200px;
border-radius: 150px;
border:5PX solid #957DAD;
}
.tarjeta{
float: right;
height: 500px;
width: 900px;
padding: 25px;
color: black;
width: 25%;
margin: 7px 11px;
background-color: #ffff ;
text-align: center;
border-radius: 10px;
margin-right: 70px;
font-family: 'Cantarell', sans-serif;
font-family: 'Inconsolata', monospace;
font-weight: bold;
font-size: 20px;
margin-top: 10px;
}