HTML and CSS Reference
In-Depth Information
You need to style the icon as shown in the Monoplate
design. Meaning to reduce opacity on the default
state, just like the social icons.
#albums li p.content a span.ico {
display:inline-block;
margin:0 10px 0 0;
opacity:0.5;
}
#albums li p.content a:hover span.ico {
opacity:1;
}
And here's a sneak preview on its final look:
Search WWH ::




Custom Search