diff --git a/assets/css/style.css b/assets/css/style.css index 8f3db91..714e3b7 100755 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -367,16 +367,20 @@ input[type="text"], input[type="email"], input[type="password"], select { .bottom-text { dominant-baseline: text-after-edge; } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); }} -.record-container{ - /*margin: auto; +.record-container { + /*margin: auto auto -200px auto; display: block; padding: 20px 0px; text-align: center; - margin-bottom: -200px;*/ width: 100%; - max-width: 500px; - margin: 0px auto 20px; + max-width: 500px;*/ + + margin: auto; + display: block; + padding: 20px 0px; + text-align: center; + margin-bottom: -200px; } #video-record{ @@ -518,7 +522,7 @@ input[type="text"], input[type="email"], input[type="password"], select { line-height: 110.00000000000001%; text-align: center; color: #FFFAF5; - margin: 10px auto; + margin: 30px auto 10px auto; width: 45%; } @@ -553,6 +557,7 @@ input[type="text"], input[type="email"], input[type="password"], select { border: 1px solid #fff; max-width: 500px; border-radius: 5px; + width: 80%; } .song-control { @@ -817,11 +822,11 @@ input[type="text"], input[type="email"], input[type="password"], select { @media (min-width: 576px) and (max-width: 767.98px) { .record-container{ - /*margin: auto; + margin: auto; display: block; padding: 20px 0px; text-align: center; - margin-bottom: -45%;*/ + margin-bottom: -45%; } .dog-record { @@ -898,12 +903,12 @@ input[type="text"], input[type="email"], input[type="password"], select { } .record-container{ - /*margin: auto; + margin: auto; display: block; padding: 20px 0px; text-align: center; - margin-bottom: -45%;*/ - margin: 20px auto 20px; + margin-bottom: -45%; + /*margin: 20px auto 20px;*/ } .dog-record { @@ -999,12 +1004,12 @@ input[type="text"], input[type="email"], input[type="password"], select { } .record-container{ - /*margin: auto; + margin: auto; display: block; padding: 20px 0px; text-align: center; - margin-bottom: -45%;*/ - margin: 20px auto 20px; + margin-bottom: -45%; + /*margin: 20px auto 20px;*/ } .dog-record { @@ -1091,12 +1096,12 @@ input[type="text"], input[type="email"], input[type="password"], select { } .record-container{ - /*margin: auto; + margin: auto; display: block; padding: 20px 0px; text-align: center; - margin-bottom: -45%;*/ - margin: 20px auto 20px; + margin-bottom: -45%; + /*margin: 20px auto 20px;*/ } .dog-record { diff --git a/result.php b/result.php index 86efe0d..0568e9f 100644 --- a/result.php +++ b/result.php @@ -23,7 +23,8 @@
My Pet Love Song.
- Record + Record + Record Needle
Woke up early, 6am sharp I was whining,
playing my part.
diff --git a/waiting.php b/waiting.php index 29c1448..4397a39 100644 --- a/waiting.php +++ b/waiting.php @@ -26,8 +26,8 @@
Your Pet Love Song
will be ready in 30
- Melody Record + Melody Record + Record Needle @@ -291,7 +291,7 @@ if (count < 0) { clearInterval(interval); - timerElement.textContent = ""; + timerElement.textContent = "0"; } }, intervalTime); }