On Thursday, 12 February 2015 at 03:42:54 UTC, Kiith-Sa wrote:
Great work. I noticed a few mistakes in the layout:
div.main-description
{
width: 160%;
should be 100%
The e-o , p-z links are overlapping the arrow symbols.
http://ddocs.org/favicon.ico is a 404
The CSS is actually correct, I'm using display: flex for the
intro/developer info.
I added prefixes so it works in browsers like Safari that don't
yet support the official syntax. It'll still look ugly in IE9
and older (and frankly, I don't see that as an issue). Same
with the arrows/links, where I'm using transform: rotate().
Browser support for these features:
http://caniuse.com/#feat=flexbox
http://caniuse.com/#feat=transforms2d
Ok, well something was broken before (safari 8.0.3), but it all
looks fine now.