How can I extend the codebase below to include CSS animations and one other CSS element a star                     Transforms and Transitions & Animations CSS

New Perspectives on HTML5, CSS3, and JavaScript
6th Edition
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Patrick M. Carey
Chapter3: Designing A Page Layout: Creating A Website For A Chocolatier
Section: Chapter Questions
Problem 13CP3
icon
Related questions
Question

How can I extend the codebase below to include CSS animations and one other CSS element a star

 

 

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Transforms and Transitions & Animations CSS</title>

    <link rel="stylesheet" href="./css/cloud.css">
</head>
<body>
   <div class="wrapper">

    <div class="cloud">
        <div class="cloudshadow"></div>
    </div>
   </div>
</body>
</html>

Expert Solution
steps

Step by step

Solved in 4 steps

Blurred answer
Knowledge Booster
Properties of CSS
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning