From 8e94e84cd2066cbd898a818f0197f9e7d3d6ac49 Mon Sep 17 00:00:00 2001 From: q9i <46249765+quantum9Innovation@users.noreply.github.com> Date: Tue, 10 Oct 2023 19:53:14 -0700 Subject: [PATCH] Style video --- public/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/index.css b/public/index.css index 7daa6e7..7960260 100644 --- a/public/index.css +++ b/public/index.css @@ -41,6 +41,14 @@ a:hover { text-decoration: none; } +video { + display: block; + border-radius: 10px; + width: 80%; + margin: auto; + margin-top: 40px; +} + #code { position: absolute; top: 0;