↧
HTML5, CSS3, and the Great CSS-Off
A while back I entered the Great CSS-Off over at CSS-Tricks. You can find my file here. I used the contest as an excuse to play with html5, css3, and using only semantically meaningful markup. It...
View ArticleStupid css tricks: line breaks in lists
Periodically I encounter some problem with html and css layouts that could be solved by adding a few extra presentational tags to the html source (like <br/> or text bullets in the case I’m about...
View ArticleChanging element display order in css (without flexbox)
I was recently in a position where I had to build a responsive design that had an image on the left of some text that was centered vertically in the image: But the small-screen version had the image...
View Article