evershopcommerce / evershop

🛍️ NodeJS E-commerce Platform
https://evershop.io/
GNU General Public License v3.0
4.5k stars 1.24k forks source link

facebook post #590

Closed 241798402-GH-MABOKO closed 3 months ago

241798402-GH-MABOKO commented 3 months ago

<!DOCTYPE html>

facebook post
user

Friend Name
Today at 19:33

options
bg
👍 25 ❤️ 10 😂 5
Jane Smith: This is a comment on the post.
Alice Johnson: Another comment here.

.options img { width: 10px; }

.cover { position: absolute; top: 0; right: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; cursor: pointer; } .card .top .user-details h3 { font-size: 18px; color: #4d4d4f; font-weight: 701; line-height: 1rem; cursor: pointer; } .card .top .user-details span { font-size: 0.75em; } .card .top .dot { transform: scale(0.6); cursor: pointer; } .post-image { position: relative; width: 100%; height: 320px; margin: 10px 0 15px; } .interactions { display: flex; justify-content: space-around; margin: 10px 0; } .like-button, .comment-button, .share-button { background: #0056b3; border: none; color: white; padding: 8px 16px; border-radius: 4px; cursor: pointer; }

.like-button:hover, .comment-button:hover, .share-button:hover { background: #0056b3; }

.reactions { margin: 10px 0; }

.reactions span { margin-right: 15px; } .comments { margin-top: 11px; }

.comment { margin-bottom: 6px; }

.commenter-name { font-weight: bold; }

textarea { width: 100%; height: 50px; border: 1px solid #ddd; border-radius: 4px; padding: 10px; box-sizing: border-box; margin-top: 10px; resize: none; }