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 */
|
/* HTML items */
|
||||||
img {
|
img, video {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-radius: 1%;
|
border-radius: 1%;
|
||||||
|
|
||||||
|
@ -8,20 +8,20 @@ img {
|
||||||
|
|
||||||
/* Classes */
|
/* Classes */
|
||||||
.Handle {
|
.Handle {
|
||||||
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Origin {
|
.Origin {
|
||||||
|
background-color: grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
.PostText {
|
.PostText {
|
||||||
|
background-color: #00ECE8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Images {
|
.Images {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
background-color: #050505;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue