Better CSS
This commit is contained in:
parent
2b13723028
commit
2d6854ee65
2 changed files with 6 additions and 5 deletions
|
@ -213,11 +213,12 @@ hr {
|
|||
}
|
||||
|
||||
.post {
|
||||
background-color: rgb(85, 50, 150);
|
||||
border: 2px white solid;
|
||||
display: block;
|
||||
border-radius: 15px;
|
||||
background-color: rgba(85, 50, 150, 0.3);
|
||||
border: 2px gray solid;
|
||||
display: inline-block;
|
||||
/* border-radius: 15px; */
|
||||
padding: 10px;
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
.minipfp {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue