New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
6th Edition
ISBN: 9781305503922
Author: Patrick M. Carey
Publisher: Cengage Learning
Question
Book Icon
Chapter 5, Problem 5CP2
Program Plan Intro

To create a style rule that sets the flex growth, shrink, and basis size values of the child element navigation list with the ID hole_list of the page body to 1,3 and 140 pixelsin the wc_styles.css file.

Blurred answer
Students have asked these similar questions
QUESTION:  Navigation Lists Next, you’ll format the appearance of navigation lists on the page. Go to the Navigation Styles section and create a style rule for the nav a selector that displays the hypertext links using the font stack: Trebuchet MS, Helvetica, sans-serif. Set the top and bottom padding to 10 pixels. For every unvisited and previously visited hypertext link within a nav element, set the text color to white, remove underlining from the link text, and set the background color to the semi-transparent value hsla(0, 0%, 42%, 0.4). For every active or hovered link in a nav element, set the text color to the semi-transparent value hsla(0, 0%, 100%, 0.7) and set the background color to the semi-transparent value hsla(0, 0%, 42%, 0.7).   CODE BELOW:  @charset "UTF-8"; @font-face {   font-family: Champagne;   src: url("cac_champagne.woff") format("woff"),        url("cac_champagne.ttf") format("truetype"); } @font-face {   font-family: Grunge;   src: url("1942.woff")…
Html question Add a thead row group element containing two rows. In the first row, insert five th elements containing the text shown in the preview. The first heading cell should span two rows. In the second row, add four headings cells containing the prices of the plans shown in the preview. Use a br element to display the price information on two separate lines.   My code is here but didn't work out: <thead><tr><th rowspan="2">select a plan</th><th>Starter</th><th>Prime</th><th>Prime Plus</th><th>Ultra</th></tr><tr><th>$19.95<br> per month</th><th>$29.95<br> per month</th><th>$49.95<br> per month</th><th>$69.95<br> per month</th></tr></thead>   CSS For the first th element in the first row of the table header row group, create a style rule that sets its font size to 2em. (Hint: Use the first-of-type pseudo-class to…

Chapter 5 Solutions

New Perspectives on HTML5, CSS3, and JavaScript

Knowledge Booster
Background pattern image
Recommended textbooks for you
Text book image
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Cengage Learning