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 + 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%;