Skip to content
Snippets Groups Projects

Resolve "Adding basic post component"

3 files
+ 35
12
Compare changes
  • Side-by-side
  • Inline
Files
3
.avatar {
color: white;
border-radius: 50%;
width: 48px;
height: 48px;
background-color: 'red';
display: flex;
justify-content: center;
align-items: center;
margin-right: 8px;
}
\ No newline at end of file
Loading