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
Book Icon
Chapter 8, Problem 13CP3
Program Plan Intro

To create a style rule for the div element with the ID butterfly and ID fox to set the width and height, also set the top, bottom, left and right coordinates as the specifications given in the question and display the background image named paa_bfly.png and paa_fox.png at the left corner of the background without tiling and set its size to cover the background in the paa_animate.css file.

Blurred answer
Students have asked these similar questions
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…
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>…
Add a class attribute with the value mobile-tablet to the empty div element. Nest the following elements within this div element: An h3 element with the text Sponsorship Levels. Paragraph element with the text Green: $200. Paragraph element with the text Blue: $400. Paragraph element with the text Red: $600. Paragraph element with the text Purple: $800. Paragraph element with the text Silver: $1,000. Paragraph element with the text Gold: $1,500. Paragraph element with the text Each sponsorship supports our animals and operations. Business recognition is given at every sponsorship level. Contact us today to become a sponsor. <!DOCTYPE html> <!--    Student Name:    File Name: partnership.html   Today's Date: 07/07/2023  --> <html lang="en"> <head>   <title><span class="icon">&#128062;</span>Wild Rescues: Template</title>   <meta charset="utf-8">     <link rel="stylesheet" href="css/styles.css">     <meta…
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