-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilos.css
69 lines (59 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
*{
font-family: Georgia, 'Times New Roman', Times, serif;
margin: 0px;
padding: 0px;
}
.titulo{
padding: 20px;
background-color: #e73c3c;
text-align: center;
}
.pok{
display: flex;
flex-direction: column;
}
.resaltar{
font-weight: bold;
}
div.contenido{
display: flex;
margin: 0px 0px 0px 0px;
justify-content: space-evenly;
align-items: flex-start;
}
div.contenido div.dentro{
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
line-height: 2em;
width: auto;
text-align: justify;
}
div.contenido div.dentro div.row{
display: flex;
}
input{
font-weight: bold;
background-color: lightgray;
text-align: center;
border: none;
padding: 5px;
}
button{
padding: 10px;
cursor: pointer;
}
.habilidades{
display: flex;
justify-content: center;
flex-direction: column;
box-shadow: 10px 5px 10px rgba(0, 0, 0, 0.308);
}
.habilidades div.info{
display: flex;
align-self: center;
justify-self: center;
flex-direction: column;
text-align: justify;
}