Skip to content

Commit d08e7cf

Browse files
committed
change TODo UI
1 parent 97e66e3 commit d08e7cf

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CONTRIBUTORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -281,3 +281,4 @@
281281
[@RedNoodle325](https://github.com/RedNoodle325)
282282

283283
[@bunnyBites](https://github.com/bunnyBites)
284+
-[@Vigneshwaar](https://github.com/V6g1)

RockPaperScissors/style.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
}
3030

3131
.scoreboard {
32+
margin: 10rem auto 30rem auto;
3233
display: flex;
3334
width: 30vw;
3435
justify-content: space-evenly;
@@ -45,10 +46,11 @@
4546
}
4647

4748
.options {
49+
4850
display: flex;
4951
width: 50vw;
5052
justify-content: space-evenly;
51-
margin-top: 2rem;
53+
margin-top: 3rem;
5254
}
5355

5456
.rock,
@@ -65,6 +67,7 @@
6567
}
6668

6769
.choice {
70+
margin: 100px auto 0 auto;
6871
font-size: 2rem;
6972
font-weight: bold;
7073
}

TO-Do list/TODO.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<section id="myDIV" class="header p-2">
1212
<h2 id="page-title">To-Do List</h2>
1313
<div class="adding">
14-
<input type="text" id="myInput" placeholder="Enter Task">
14+
<input type="text" id="myInput" placeholder="Enter Task" >
1515
<span onclick="newElement()" class="btn btn-pink">Add</span>
1616
</div>
1717
</section>

0 commit comments

Comments
 (0)