EBK NEW PERSPECTIVES ON HTML5, CSS3, AN
EBK NEW PERSPECTIVES ON HTML5, CSS3, AN
6th Edition
ISBN: 9781337516358
Author: Carey
Publisher: CENGAGE LEARNING - CONSIGNMENT
Question
100%
Book Icon
Chapter 8, Problem 3CP2

(a)

Program Plan Intro

To display the background image file named ba_target.png centered horizontal and vertically with no tiling.

(b)

Program Plan Intro

To set the size of the background image to 0%.

(c)

Program Plan Intro

To set the hypertext font color to rgb(253, 240, 133)

(d)

Program Plan Intro

To add a transition that changes the background size over 0.3 seconds and the font color over 0.8 seconds.

Blurred answer
Students have asked these similar questions
in the index.html file, add a class attribute with the value tablet-desk to the second div element within the main element. Add a class attribute with the value corner to the image element. Remove the height and width attributes from the image element. <body>   <div id="container">         <!-- Use the nav area to add hyperlinks to other pages within the website -->     <nav>       <ul>                 <li><a href="index.html">Home</a></li>                  <li><a href="#">Resources</a></li>                  <li><a href="#">W3C</a></li>              </ul>     </nav>                  <!-- Use the header area for the website name or logo -->         <header>             <h1>Responsive Design</h1>         </header>         <!-- Use the main area to add the main content of the webpage -->         <main>…
Help me complete this task.  Add the following style rules for the form elements. Create a style rule for the fieldset and input elements that sets the bottom margin to 2%. Create a style rule for the fieldset legend that sets the font-size to 1.25em and makes the font bold. Create a style rule for the label that sets the display to block and sets padding-top to 3%. Create a style rule for the btn class selector that removes the border, sets the top and bottom margin to zero and the left and right margin to auto, sets the display to a block, sets the padding to 5%, sets the background-color to 003399, sets the font-size to 1.25em, sets the border-radius to 10px, and sets the color to white (fff). --my css /* Style for body specifies a background color */ body {   background: linear-gradient(to top right, #fff 0%, #6699ff 100%) no-repeat fixed center;   font-family: Geneva, Arial, sans-serif; } /* Style for the container element */ #container {   width: 90%;   margin: 0 auto; }…
Create a style rule for the body > header nav.tabs selector that changes the background to the image file sf_back1.png with no tiling, centered horizontally and vertically within the element and sized to cover the entire navigation list.
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
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