-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
76 lines (56 loc) · 1.04 KB
/
style.css
File metadata and controls
76 lines (56 loc) · 1.04 KB
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
73
74
html{
font-family: 'Raleway', sans-serif;
}
body{
width: 100wv;
height: 100wh;
background-color: rgb(250, 244, 244);
}
section{
border: 1px solid rgb(196, 191, 191);
background-color: rgb(250, 244, 244);
margin: 50px 100px;
display:flex;
flex-wrap: wrap;
justify-content: space-around;
}
.conteiner{
border:1px solid rgb(196, 191, 191);
width: 45%;
display: flex;
margin: 10px;
background-color:white;
}
.foto-usuario img{
width: 120px;
}
.fotoCard{
display: flex;
flex-direction:column;
justify-content: space-around;
}
.fotosocial{
display: flex;
justify-content: center;
}
.fotosocial img{
width: 25px;
margin-left: 5px;
}
.texto{
display: flex;
flex-direction: column;
text-align: left;
padding: 10px;
}
.boton{
background: grey;
border: black 1px;
color: white;
padding-top: 7px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 7px;
width: 100px;
margin-bottom: 15px;
}