Promote your Service and Product online Contact us

+91 87 44 999667; +91 99 11 883996 info@3pixls.com, sales@3pixls.com

How to Display First and Second Post Differently than other posts


blog-post
You can display first and second post differently than other posts with this simple css code

[php].article:nth-of-type(1), .article:nth-of-type(2) {
//code
}[/php]