-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
66 lines (57 loc) · 1.1 KB
/
styles.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
body {
background: rgb(247, 247, 247);
}
.contenedor {
background-color: blue;
height: 95;
width: auto;
margin: auto;
padding: 10px 10px 10px 10px;
}
.imagen-perfil {
background-color: antiquewhite;
height: 90px;
width: 90px;
border-radius: 45px;
margin: auto auto auto 1200px;
}
.texto-menu {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
'Lucida Sans', Arial, sans-serif;
font-size: 18pt;
margin: -65px 0px 0px 100px;
padding: 0px;
color: white;
}
h2 {
padding: 0px;
margin: 0px;
}
.cont-padre {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
padding: 10px auto;
margin: 10px 10px 10px 10px;
}
.hijo {
background-color: rgb(119, 117, 117);
width: 380px;
height: 300px;
margin: 35px 15px 55px 0px;
}
.texto-box,a {
padding: 10px 30px 10px 30px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
text-align: justify;
font-size: 15pt;
line-height: 27px;
color: white;
text-decoration: none;
}
button{
width: 160px;
height: 40px;
margin: 5px 0px 0px 110px;
}