-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
102 lines (97 loc) · 1.54 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
body{
background-color: black;
align-items: center;
}
.Post{
display:flex;
flex-flow: column wrap;
background-color: white;
width: 800px;
height: auto;
margin: auto;
margin-top: 100px;
border: solid rgb(221, 22, 115);
}
.PostHeader{
display: flex;
justify-content: flex-start;
border: solid rgb(13, 245, 94);
width: 800px;
height: auto;
}
.Icono{
width: auto;
height: auto;
color: black;
border: solid cornflowerblue;
}
.Titulo{
width: auto;
height: auto;
color: black;
border: solid cornflowerblue;
}
.Puntos{
flex-grow: 1;
width: auto;
height: auto;
color: black;
border: solid cornflowerblue;
text-align: right;
}
.Posting{
margin: 0 auto;
width: 800px;
height: auto;
border: solid rgb(18, 173, 234);
}
.PieFoto{
flex-wrap: wrap;
border: solid rgb(108, 65, 202);
width: 800px;
height: auto;
}
.Emoticones{
width: auto;
height: auto;
color: black;
border: solid cornflowerblue;
}
.Likes{
width: auto;
height: auto;
color: black;
border: solid cornflowerblue;
}
.DescripcionFoto{
width: auto;
height: auto;
color: black;
border: solid cornflowerblue;
}
img{
width: 50px;
height: 50px;
}
h3{
margin-top: 0;
margin-bottom: 0;
}
#opaco{
margin-top: 0;
opacity: 50%;
}
.imagen{
width: 800px;
height: auto;
}
#parrafo{
font-family: 'Times New Roman', Times, serif;
}
.imgIcon{
font-size: 40px;
}
.imgRight{
font-size: 40px;
float: right;
}