Snow is Falling : a Code Puzzle
snowisfalling.com
Snow is Falling : a Code Puzzle
1–10 of 12 posts
Re: Snow is Falling : a Code Puzzle
#2Re: Snow is Falling : a Code Puzzle
#3Re: Snow is Falling : a Code Puzzle
#4Easy to solve with CSS, but missing the point I guess.
// Editing the css on this line is a cheap and dirty way to 'solve' the problem without really thining about it
[sic]
Re: Snow is Falling : a Code Puzzle
#5Easy to solve with CSS, but missing the point I guess.
From the code: // Editing the css on this line is a cheap and dirty way to 'solve' the problem without really thining about it [sic]
/* Turning your world upside down */ #world{-webkit-transform: ScaleY(-1);}
Re: Snow is Falling : a Code Puzzle
#6Re: Snow is Falling : a Code Puzzle
#7Earlier quoted context omitted.
From the code: // Editing the css on this line is a cheap and dirty way to 'solve' the problem without really thining about it [sic]
But sometimes the best way to do something is to do nothing: /* Turning your world upside down */ #world{-webkit-transform: ScaleY(-1);}
The css answer is too simple. The real answer is equally as simple but requires a basic understanding of what is going on.
Re: Snow is Falling : a Code Puzzle
#8Re: Snow is Falling : a Code Puzzle
#9Does not seem to work in Firefox but works in Chrome. Looks like "border-radius" is not recognized in the CSS.
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20100101 Firefox/7.0.1