From d87faaf38e7fdc08fc8bca942dcf96c7f960dda8 Mon Sep 17 00:00:00 2001 From: CatAClock Date: Sun, 11 May 2025 22:24:14 -0700 Subject: [PATCH] css beginnings --- CSS/expanded.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CSS/expanded.css b/CSS/expanded.css index 8715043..0889f7a 100644 --- a/CSS/expanded.css +++ b/CSS/expanded.css @@ -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; }