Popular Tags

[TIPS] Responsive Image/Logo - Equal Height Columns

Unknown · ·

Sometimes it's really painful to make columns in a row properly aligned and with exactly same height. With help of the CSS3 features called flexbox, it's pretty easy. Here a quick snippet with logos and placeholder images.

Pinned Post
[Snippets] Pure JS AJAX Request
Simple GET request 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 var xmlHttp = new XMLHttpRequest(); //define request xmlHttp...