Skip to content

Commit

Permalink
Merge pull request #525 from V6g1/HtmlModify
Browse files Browse the repository at this point in the history
change  UI
  • Loading branch information
l-white committed Jul 24, 2023
2 parents 97e66e3 + d08e7cf commit 366c835
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,3 +281,4 @@
[@RedNoodle325](https://github.com/RedNoodle325)

[@bunnyBites](https://github.com/bunnyBites)
-[@Vigneshwaar](https://github.com/V6g1)
5 changes: 4 additions & 1 deletion RockPaperScissors/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
}

.scoreboard {
margin: 10rem auto 30rem auto;
display: flex;
width: 30vw;
justify-content: space-evenly;
Expand All @@ -45,10 +46,11 @@
}

.options {

display: flex;
width: 50vw;
justify-content: space-evenly;
margin-top: 2rem;
margin-top: 3rem;
}

.rock,
Expand All @@ -65,6 +67,7 @@
}

.choice {
margin: 100px auto 0 auto;
font-size: 2rem;
font-weight: bold;
}
Expand Down
2 changes: 1 addition & 1 deletion TO-Do list/TODO.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<section id="myDIV" class="header p-2">
<h2 id="page-title">To-Do List</h2>
<div class="adding">
<input type="text" id="myInput" placeholder="Enter Task">
<input type="text" id="myInput" placeholder="Enter Task" >
<span onclick="newElement()" class="btn btn-pink">Add</span>
</div>
</section>
Expand Down

0 comments on commit 366c835

Please sign in to comment.