From d08e7cf52841773abe0e80988e22d098bc42c12b Mon Sep 17 00:00:00 2001 From: V6g1 Date: Sat, 22 Jul 2023 13:02:11 +0530 Subject: [PATCH] change TODo UI --- CONTRIBUTORS.md | 1 + RockPaperScissors/style.css | 5 ++++- TO-Do list/TODO.html | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 9107e9c..cec536f 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -281,3 +281,4 @@ [@RedNoodle325](https://github.com/RedNoodle325) [@bunnyBites](https://github.com/bunnyBites) +-[@Vigneshwaar](https://github.com/V6g1) diff --git a/RockPaperScissors/style.css b/RockPaperScissors/style.css index 25e4792..f099170 100644 --- a/RockPaperScissors/style.css +++ b/RockPaperScissors/style.css @@ -29,6 +29,7 @@ } .scoreboard { + margin: 10rem auto 30rem auto; display: flex; width: 30vw; justify-content: space-evenly; @@ -45,10 +46,11 @@ } .options { + display: flex; width: 50vw; justify-content: space-evenly; - margin-top: 2rem; + margin-top: 3rem; } .rock, @@ -65,6 +67,7 @@ } .choice { + margin: 100px auto 0 auto; font-size: 2rem; font-weight: bold; } diff --git a/TO-Do list/TODO.html b/TO-Do list/TODO.html index b5b715e..41e5f18 100644 --- a/TO-Do list/TODO.html +++ b/TO-Do list/TODO.html @@ -11,7 +11,7 @@

To-Do List

- + Add