Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ブログの最初の投稿のみ ( digitalsorify ) の CSS を、 jquery を使用せずにThe Huffington Post のように変更したいと考えています。
タイトルへの回答 (CSS を使用):
.wrapfullpost:first-child { /* put first post style here */ }
次のようなことができます。
#content-wrapper { padding-top: 400px;} .wrapfullpost:first-child { position: absolute;margin-top: -400px;}
私の操作後、これはhttp://i.stack.imgur.com/lFWQA.pngのようになります。