RAILWAYS WHO ARE YOU? SET THE DIFFICULTY! 5X5 7X7 EASY HARD RULES START GAME
RAILWAYS WHO ARE YOU? SET THE DIFFICULTY! 5X5 7X7 EASY HARD RULES START GAME
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
100%
Change the following code so that the "Set the difficulty" part is illustrated like in the picture (with borders and buttons where only one can be chosen , in the middle with borders)
<div id="main-menu" class="w-2/3 mx-auto rounded-xl mt-10 bg-base-300 ">
<h1class="text-5xl rounded-xl text-center p-5 bg-primary text-primary-content font-bold">RAILWAYS</h1>
<inputtype="text"id="player-name"placeholder="WHO ARE YOU?"class="mt-3 p-4 w-full border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-blue-500">
<divclass="w-2/3 space-y-5 mx-auto my-5">
<h3>Set the Difficulty!</h3>
<labelclass="swap">
<inputtype="checkbox"/>
<divclass="swap-on">5 x 5 (Easy)</div>
<divclass="swap-off">7 x 7 (Hard)</div>
</label>
<!--
<div class="form-control">
<label class="label cursor-pointer">
<span class="label-text">5 x 5 (Easy)</span>
<input type="radio" name="radio-10" class="radio checked:bg-red-500" checked="checked" />
</label>
</div>
<div class="form-control">
<label class="label cursor-pointer">
<span class="label-text">7 x 7 (Hard)</span>
<input type="radio" name="radio-10" class="radio checked:bg-blue-500" checked="checked" />
</label>
</div>
-->
<buttonid="rules"class="btn btn-info w-full">RULES</button>
<buttonid="leaderboard"class="btn btn-secondary w-full">LEADERBOARD</button>
<buttonid="start"class="btn btn-primary w-full"disabled>START GAME</button>
</div>
</div>
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 2 steps
Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education