Simple Site with pure CSS nav
First I created a simple Navigation (it is inspired by lomography.com). To show the ul>li ul
I used ul>li:hover ul{display:inline-block;}
. Then I created the rest of the site. To make the shadow of the article
I used article:after, article:before
to created the shadow, wich I rotatet with transform
.
Sorry for my bad english.