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 8, Problem 17RA

(a)

Program Plan Intro

To set the value of the top property to 250px at 0%.

(b)

Program Plan Intro

To set the value of the top property to −1300px at 100%.

Blurred answer
Students have asked these similar questions
Add a blank line after the contact id style rule, add a comment with the text Style rules for footer content, and then create the following style rules for the footer and footer a selectors. Create a style rule for the footer selector that aligns text center, sets a font size value of 0.85em, sets a background color value of #2a1f14, sets a font color value of #f6eee4, and sets top and bottom padding values to 1% and right and left padding values to 0%. Create a style rule for footer a that sets the font color value to #f3e6d8 and removes the text decoration. I'm not sure what is wrong then my footer section.  --- HTML <!-- Write your code here --> <!--Student Name:     File Name: contact.html     Date:10/04/2022 --> <!DOCTYPE html> <html lang="en">   <head>   <title>Wild Rescues: Contact</title>      <meta charset="utf-8">       <link rel="stylesheet" href="css/styles.css" />   <body>     <header>       <img…
Add a blank line after the main content style rules, add a comment with the text Style rules for class and id selectors and then create the style rules for the .link, .action, and #contact selectors: Create a style rule for the class selector link that sets the font color to #4d3319, removes the text decoration, sets the font weight value to bold, and sets the font style value to italic. Create a style rule for the class selector action that sets the font size to 1.75em, sets the font weight value to bold, and aligns text center. Create a style rule for the id selector contact that aligns text center. In the about.html file, within the #info div element, complete the following: Add a class attribute with the value of link to the anchor element with the text "National Wildlife Rehabilitators Association.". Remove the height and width attributes from the tortoise image (img) element. Add a class attribute with the value of action to the paragraph element where the text is "Did you…
Help me complete this task.  In the style rules for the mobile viewport, below the main style rule, add a new style rule for the section element that sets the background-color to #183440, the color to #fff, top margin to 4%, and padding to 3%. Below the section style rule, create a new style rule for the article element that sets the top margin to 1% and padding to 2%. Below the article style rule, create a new style rule for the aside element that sets the background-color to rgba(24, 52, 64, 0.3), padding to 2%, top margin to 1%, color to #183440, and a box-shadow with values of 4px 4px 10px #183440.   My CSS /* CSS Reset */ body, header, nav, main, footer, h1, div, section, article, aside {     margin: 0;     padding: 0;     border: 0; } /* Style rule for body */ body {   background-color: #c8dbE3; } /* Style rules for mobile viewport */ /*style rule for section*/ section {     background-color: #183440;     color: #fff;     margin-top: 4%;     padding: 3%; } /*style rule for…
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