Clickable root links

A small update: now links to the 2nd level (e.g. http://hollgam.com/blog/) are clickable.

Published by Hollgam, on March 4th, 2009 at 11:40 pm. Filled under: hollgam.com Tags:, | No Comments

Update

I’ve updated the site. Optimized code a little bit and it is more editable, added several goodies from CSS3: shadow for a main div and it’s now possible to resize it! Unfortunately it works only in Safari now.

Shadow:

1
-webkit-box-shadow: 3px 5px 10px #CCBA99;

Resize:

1
2
3
resize: both;
max-width:1200px;
overflow: auto;

Published by Hollgam, on January 2nd, 2009 at 5:21 am. Filled under: hollgam.com Tags:, | No Comments