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