Question: Rock, Paper, Scissors body { display: flex; flex - direction: column; align - items: center; margin - top: 5 0 px; font - family: Arial,

Rock, Paper, Scissors
body {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 50px;
font-family: Arial, sans-serif;
}
button {
margin: 5px;
padding: 10px 20px;
font-size: 16px;
}
#result {
margin-top: 20px;
font-size: 20px;
text-align: center;
} javascript

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!