日期:2014-05-17 浏览次数:20612 次
The top 10 most useful css snippets of today.
I have noticed myself to use a few different code snippets on a daily basis so I thought some of you might find them useful. So here we go.
<!-- end wrap -->
The CSS
?
.wrap { width:960px; margin:0 auto;}
?
This is an oldie, but apperantly it is not as obvious as you would think.
?
?
? ?
? ?
Sticky Footer (make footer always be on bottom without absolute positioning)
?
The HTML
?
The CSS
?