2. Welcome Screen
HTML of Basic Welcome Screen Content
Now you will update your welcome screen HTML slightly by adding a <button>
element and an h4
element. The button will start the game after we add more code later. Later you can customize your welcome message and even add some specific data about the trivia game.
Update your welcome screen HTML to match the code below. (Don't add another welcome screen!)
HTML
CSS for More Style
Add the following CSS styles to the bottom of your stylesheet for buttons and headings. Modify styles as you wish, but be careful about the effects of changing display
, margin
, and width
, which can be problematic sometimes.
CSS
Last updated