我想更改我博客的第一篇文章的CSS(digitalsorify),以便在不使用jquery的情况下看起来像The Huffington Post。
答案 0 :(得分:3)
回答标题(使用CSS):
.wrapfullpost:first-child {
/* put first post style here */
}
答案 1 :(得分:-1)
您可以这样做:
#content-wrapper { padding-top: 400px;}
.wrapfullpost:first-child { position: absolute;margin-top: -400px;}
在我操作之后,这看起来像http://i.stack.imgur.com/lFWQA.png。