Skip to content

Commit

Permalink
exercise 05 updated
Browse files Browse the repository at this point in the history
kslxyz committed Jan 13, 2021
1 parent f2429c1 commit 951e273
Showing 2 changed files with 5 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -217,7 +217,7 @@ <h3>Schedule</h3>
<p>Demo: CSS Layouts</p>
<p>Lecture: CSS Part 3—Media Queries</p>
<p>Demo: Media Queries & Developer Tools</p>
<p>In-Class Exercise: Flexbox</p>
<p>Demo: Two-column responsive layouts with flexbox and media queries</p>
</div>
<div class="item hw">
<p>Exercises 3, 4</p>
@@ -399,11 +399,13 @@ <h3>04 Responsive Design</h3>
<div class="syl-head">
<div class="left"></div>
<div class="right">
<h3>05 CSS Animation</h3>
<h3>05 CSS Animation: Marquee</h3>
</div>
</div>
<div class="syl-text">
<p>TK</p>
<p>Use CSS Animations to make two marquees. One marquee should run constantly in a fixed footer. The other marquee should only run when a user hovers over the text.</p>

<p>If you'd like, you may skip this exercise and instead incorporate 1 CSS animation that responds to hover and 1 fixed element (doesn't have to be a marquee) in Project 1: Lyric Styling instead.</p>
</div>
</div>
<div class="syl-sec ex-06">

0 comments on commit 951e273

Please sign in to comment.