From 95ffd8bf3beebb8cb563f40c880145c40f5d2a3f Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 4 May 2025 20:06:16 -0500 Subject: initial commit --- public/style.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 public/style.css (limited to 'public/style.css') diff --git a/public/style.css b/public/style.css new file mode 100644 index 0000000..ce4d76a --- /dev/null +++ b/public/style.css @@ -0,0 +1,20 @@ +body { + background: black +} + +.carousel-cell { + height: 70vh; + width: 80vw; + + margin: 10px; + + +} + +.carousel-cell img { + vertical-align: middle; +/* border-radius: 10px; */ + height: 100%; + max-width: 100%; + object-fit: contain; +} -- cgit v1.2.3