پرش به محتوا

الگو:کارت مقاله/styles.css

از فراغیب
نسخهٔ تاریخ ‏۲۶ اوت ۲۰۲۶، ساعت ۲۰:۴۲ توسط Javid (بحث | مشارکت‌ها)
(تفاوت) → نسخهٔ قدیمی‌تر | نمایش نسخهٔ فعلی (تفاوت) | نسخهٔ جدیدتر ← (تفاوت)
.patogh-article-card {
    background: #FFFFFF;
    border: 1px solid #EADBCE;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.patogh-article-img {
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* این خط قرمز را برای تست بگذار، اگر عکس آمد، بعداً این خط را پاک کن */
    background-color: red; 
}


.patogh-article-img-class {
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: red;
}