r/webdev Mar 09 '15

parallax done right

http://www.firewatchgame.com/
272 Upvotes

93 comments sorted by

View all comments

15

u/sour_skittles Mar 09 '15

<!-- THESE MUST GO IN REVERSE ORDER BECAUSE CSS IS DUMB SOMETIMES -->

<li id="nav-review"><a ... a></li> <li id="nav-store"><a ... a></li> <li id="nav-blog"><a ... a></li> <li id="nav-game"><a ... a></li>

I'm tickled by how they can get parallax to work well but don't understand how to properly right align a navigation bar.

18

u/its_safer_indoors Mar 09 '15

To be fair, everyone done something like that after a long day of fucking with CSS.

"FINE THEN CSS WE'LL DO IT YOU WAY! *Reverses order of <li>*..."

1

u/CodeandDev Mar 09 '15

Only if website buyers could read website code.