Love it. Awesome work. I really like how you put sample stuff in posts to test it out. I'll have to steal that technique.
I noticed that the Facebook connect page where you choose your username still needs styling. I'm just mentioning this because I know that one is difficult to catch. You can access the page here if you don't want to fiddle with connecting via facebook. Note that this is the page that displays in a popup so you need to make your browser window smaller to see what it should look like.
a {
-webkit-transition: color .4s linear;
-moz-transition: color .4s linear;
-o-transition: color .4s linear;
-ms-transition: color .4s linear;
transition: color .4s linear; }
Comments
Nice work.
I intend to do some color variations to select from that will be a bit easier on the eye
I noticed that the Facebook connect page where you choose your username still needs styling. I'm just mentioning this because I know that one is difficult to catch. You can access the page here if you don't want to fiddle with connecting via facebook. Note that this is the page that displays in a popup so you need to make your browser window smaller to see what it should look like.
Great work
There was an error rendering this rich post.
a { -webkit-transition: color .4s linear; -moz-transition: color .4s linear; -o-transition: color .4s linear; -ms-transition: color .4s linear; transition: color .4s linear; }