Skip to content

ga-wdi-exercises/hyrule_potion_shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyrule Potion Shop

All the flexbox properties have been removed from holygrail.css. Fill in the blanks to make the website look nice and responsive again!

(styles.css contains all the styling not relevant to flexbox. Feel free to look at it, but don't modify it!)

It should follow the concept of the Holy Grail layout.

What we mean by "filling in the blanks" is taking this:

div{
  /*background-color:*/
}

...and turning it into this:

div{
  background-color:blue;
}

Feel free to take a look at our solution at the link below -- but only peek at the CSS if you're really stuck!

Here's one solution: http://ga-wdi-exercises.github.io/hyrule_potion_shop/

Releases

No releases published

Packages

No packages published