No posts with label ENTER-SLIDE-4-LINK-HERE. Show all posts
No posts with label ENTER-SLIDE-4-LINK-HERE. Show all posts
Subscribe to:
Posts (Atom)
.post-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap: 20px; } .post-card { background: #fff; box-shadow: 2px 2px 10px #ccc; border-radius: 12px; overflow: hidden; padding: 14px; } .post-card img { width: 100%; height: 180px; object-fit: cover; border-radius: 6px; }