-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
121 lines (101 loc) · 1.48 KB
/
Copy pathstyles.css
File metadata and controls
121 lines (101 loc) · 1.48 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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
.story {
border: 2px solid #E1306C;
border-radius: 50%;
width: 60px;
height: 60px;
padding: 2px;
margin: 4px;
}
.story img {
border-radius: 50%;
width: 100%;
height: 100%;
}
.post {
max-width: 500px;
margin: 0 auto;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 5px;
padding: 20px;
margin-bottom: 20px;
}
.post img {
max-width: 100%;
}
.smaller-row {
height: 30px;
align-items: center;
}
.post-image{
width: 120%;
}
.post p {
margin-top: 10px;
font-size: 14px;
color: #333;
}
.post-header-profile {
width: 50px;
height: 50px;
margin: 0 10px 10px 0;
}
.post-header{
display: flex;
align-items: center;
}
.container {
margin-top: 3rem;
}
#sectionProfile {
margin-top: 2rem;
}
#sectionProfile p {
margin-bottom: 0;
}
#myProfile {
border-radius: 50%;
width: 55px;
height: 55px;
}
#myProfile img {
border-radius: 50%;
width: 100%;
height: 100%;
}
.profiles {
border-radius: 50%;
width: 50px;
height: 50px;
}
.profiles img {
border-radius: 50%;
width: 100%;
height: 100%;
}
.profilePrincipal {
padding-top:20px ;
padding-left: 140px;
}
.profile img {
border: 2px solid #E1306C;
border-radius: 50%;
width: 150px;
height: 150px;
padding: 2px;
margin: 4px;
}
.profile button {
border:none;
border-radius: 8px;
padding:5px;
}
.profile a {
text-decoration: none;
}
.navigationProfile {
border-top: 1px solid #ccc;
}
.navigationProfile div:hover{
border-top: 2px solid #252121;
}