css beginnings

This commit is contained in:
CatAClock 2025-05-11 22:24:14 -07:00
parent fd96902e77
commit d87faaf38e

View file

@ -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;
} }