From c5aa321f6518d35249e066388bb67b777417f4b9 Mon Sep 17 00:00:00 2001 From: Joe TS Dell <thunyathep.s@outlook.com> Date: Tue, 1 Jun 2021 16:46:16 +0200 Subject: [PATCH] try css --- public/home/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/home/index.html b/public/home/index.html index bc88d77..6b3c1da 100644 --- a/public/home/index.html +++ b/public/home/index.html @@ -25,11 +25,11 @@ <div id="projectlogo"></div> <div id="projectname"></div> </header> - <div class="content"> + <div class="content container"> <h1>Buildicipate Project</h1> - <video controls width="500"> + <video controls width="100%"> <source src="Media1.mp4" type="video/mp4"> -- GitLab