CSS Did You Know? - May 9th, 2013Volume 10CSS Did You Know? - May 9th, 2013 by ^ladygagz
:iconcss-dyk:
Welcome
CSS can be difficult when you're unfamiliar to it. So that's why we're writing these articles! If you have any suggestions or would like to write a section in future CSS Did You Know? articles, please note #CSS-DYK.
Inside
Author Avatar by `im-not-sana
Utilizing the Header and Footer Sections by `GillianIvy
:iconim-not-sana:
Author Avatar
Hey again Devious CSSkinners! So last article I mentioned how to add and style the .author{} selector. This article, I'll tell you how you can add an author's avatar into your journals that the gruze skin will automatically generate! Initially, I was going for a more difficult approach (which is why I separated the two articles) but I figured out a MUCH simpler way to code in the avatars!
CSS
.gr-top .author{}
.gr-top .author .avatar {
display: inline!important;
}
Basically, dA has