From 11f4da2459987281b72e23c2e078f2d5c293acb3 Mon Sep 17 00:00:00 2001 From: Vipul Sinha <47572837+vsasvipul0605@users.noreply.github.com> Date: Mon, 20 Apr 2020 02:35:03 +0530 Subject: [PATCH 1/2] Update index.html data-time changed correctly --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 7ee8e56..3a9e0ec 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@
- +
@@ -43,4 +43,4 @@

0:00

- \ No newline at end of file + From de40754195df19273cee68a9405bd19d1597e724 Mon Sep 17 00:00:00 2001 From: Vipul Sinha <47572837+vsasvipul0605@users.noreply.github.com> Date: Mon, 20 Apr 2020 02:53:10 +0530 Subject: [PATCH 2/2] Update style.css play button centered and replay button adjusted --- style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 1b7c100..ea25351 100644 --- a/style.css +++ b/style.css @@ -9,7 +9,7 @@ display: flex; justify-content: space-evenly; align-items: center; - font-family: "Montserrat", sans-serif; + font-family: 'Montserrat', sans-serif; } .time-select, @@ -56,6 +56,13 @@ color: black; } +.play { + margin: 28% 0 0 5%; +} +.replay { + transform: translateY(-50px); +} + .player-container { position: relative; height: 80%;