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/index.html | 39 +++++++++++++++++++++++++++++++++++++++ public/style.css | 20 ++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 public/index.html create mode 100644 public/style.css (limited to 'public') diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..7c0fadd --- /dev/null +++ b/public/index.html @@ -0,0 +1,39 @@ + + + + + + + + +
+
+ +
+ +
+ + +
+ + + 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