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; |
Leave a Reply
You must be logged in to post a comment.
