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 */
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;
}