我只想更改我博客的第一篇文章的 CSS(digitalsorify),使它看起来像赫芬顿邮报而不使用 jquery。
问问题
789 次
2 回答
3
回答标题(使用 CSS):
.wrapfullpost:first-child {
/* put first post style here */
}
于 2012-06-05T05:36:25.650 回答
-1
你可以这样做:
#content-wrapper { padding-top: 400px;}
.wrapfullpost:first-child { position: absolute;margin-top: -400px;}
经过我的操作,这看起来像这个http://i.stack.imgur.com/lFWQA.png 。
于 2012-06-05T05:46:19.277 回答