summaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css20
1 files changed, 20 insertions, 0 deletions
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;
+}