Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.15 KB

File metadata and controls

54 lines (35 loc) · 1.15 KB

Fun With CSS

Learning Objectives:

This project is a challenge to experiment with and implement layouts using HTML and CSS ONLY!

Yes

No JavaScript!


0. Sprite languages

Layout:

By using the html in 0-Spritelanguages.html and the image 0-sprite.png, generate the given layout using only CSS.

layout 0-sprite.png

You're not allowed to change the image nor the HTML, sprites are cool!

Solution: 0-styles.css


1. Move the (under)line

Layout:

Generate this layout where the underline is hidden by default and appears slowly

layout

html: 1-line.html

Solution: 1-styles.css HelloHolbertonCSS.gif


2. Toggle

Layout:

Generate this layout where the has this custom toggle

layout

Solution: 2-styles.css ToggleHolberton.gif


3. Menu

Layout:

layout

Generate this layout/animation

Solution: 3-styles.css MenuHolberton.gif