Practice layout with Susy - Logo, Nav, Gallery, Sidebar and Footer
A Pen by Irina Blumenfeld on CodePen.
/* http://nicolasgallagher.com/another-css-image-replacement-technique/ */ | |
.ir { | |
font: 0/0 a; | |
text-shadow: none; | |
color: transparent; | |
} |
# Thanks to: https://gist.github.com/jdbartlett/444295 | |
# Ignore everything in the root except the "wp-content" directory. | |
/* | |
!.gitignore | |
!wp-content/ | |
# Ignore everything in the "wp-content" directory, except the "plugins" and "themes" directories. | |
wp-content/* | |
!wp-content/plugins/ |
Practice layout with Susy - Logo, Nav, Gallery, Sidebar and Footer
A Pen by Irina Blumenfeld on CodePen.