-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
93 lines (76 loc) · 1.18 KB
/
style.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
body {
background-color: black;
}
.post {
color:black;
margin: auto;
height: 725px;
width: 525px;
margin-top: 25px;
}
.encabezado {
width: 525px;
height: 75px;
display: flex;
flex-direction: row;
background-color: white;
}
.fa-html5 {
font-size: 30px;
margin-top: 25px;
margin-left: 18px;
}
.fa-ellipsis-vertical {
font-size: 30px;
margin-top: 25px;
margin-left: 390px;
}
#felipe {
margin-top: 0%;
}
#html5 {
height: 20px;
border-bottom: 0px;
}
#html5 strong {
border-bottom: 0%;
}
img {
width: 525px;
}
#trespuntos {
width: 425px;
}
#letrashtml {
margin-bottom: 2px;
}
#felipehtml5 {
margin-top: 5px;
font-family: 'Proxima Nova', sans-serif;
padding-left: 10px;
}
.comentario {
background-color: white;
height: 275px;
}
.fa-heart {
margin-left: 17px;
}
.foto {
height: 350px;
}
#imagenescomentario i {
padding-top: 24px;
font-size: 40px;
}
.fa-bookmark {
padding-left: 300px;
}
.lorem {
font-family: 'Proxima Nova', sans-serif;
padding-left: 17px;
}
.likes {
font-family: 'Proxima Nova', sans-serif;
padding-left: 17px;
}