Unification of web design and originality

After browsing the Internet for a couple minutes, one almost always have to come up with conclusion that all of the websites are divided into just a few categories. These categories differ only in details such as size of individual elements like footer or sections, position of navigation, if they use ghost buttons or if… Continue reading Unification of web design and originality

Transitions and animations in web design

One of the trends proclaimed for this and next year are transitions and animations. You can already see many examples of websites using these new CSS3 modules. Some of these websites use them slightly while others more heavily. What remains the same among web designers is the philosophy behind the way of using them. This… Continue reading Transitions and animations in web design

CSS tips and tricks #6-CSS accordion menu

Another post from CSS tips and tricks just arrived! Challenge for today is to create accordion menu only with HTML and CSS. No JavaScript or jQuery or any other library are allowed. To make it a bit more classy, we will also add a fading effect to browsing between individual sections. Let’s dive into code…