diff --git a/myScripts.js b/myScripts.js index 7ebaaf7..b2f91d6 100644 --- a/myScripts.js +++ b/myScripts.js @@ -1,4 +1,4 @@ - +//TypeScript is more preferred over Javascript now as it defines the type! var playerone,playertwo; var player1color = 'rgb(244, 65, 65)'; var player2color = 'rgb(66, 134, 244)'; @@ -204,4 +204,4 @@ function startTimer() { clearInterval(timer); timer = setInterval(updateTimer, 1000); updateTimer(); -} \ No newline at end of file +} diff --git a/style.css b/style.css index 6acf6ba..90d5208 100644 --- a/style.css +++ b/style.css @@ -6,7 +6,7 @@ border: 4px solid black; border-radius: 50%; } - +/* By using tailwind much of the efforts would have been saved! */ .navbar, .footer{ height: 80px; background-color: magenta; @@ -135,3 +135,4 @@ input::-webkit-inner-spin-button { input[type=number] { -moz-appearance: textfield; } +