ga-wdi-exercises / hyrule_potion_shop

[css, flexbox]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

[css, flexbox]


Languages

Language:HTML 60.0%Language:CSS 40.0%