css beginnings
This commit is contained in:
parent
fd96902e77
commit
d87faaf38e
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
/* HTML items */
|
||||
img {
|
||||
img, video {
|
||||
border-style: solid;
|
||||
border-radius: 1%;
|
||||
|
||||
|
@ -8,20 +8,20 @@ img {
|
|||
|
||||
/* Classes */
|
||||
.Handle {
|
||||
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.Origin {
|
||||
|
||||
background-color: grey;
|
||||
}
|
||||
|
||||
.PostText {
|
||||
|
||||
background-color: #00ECE8;
|
||||
}
|
||||
|
||||
.Images {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
|
||||
background-color: #050505;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue