کارت مقاله/styles.css - فراغیب
بدون خلاصۀ ویرایش برچسب: برگرداندهشده |
بدون خلاصۀ ویرایش |
||
| (۲ نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد) | |||
| خط ۶: | خط ۶: | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
height: 100%; | height: 100%; | ||
} | } | ||
.patogh-article-img { | .patogh-article-img { | ||
width: 100%; | width: 100%; | ||
| خط ۱۷: | خط ۱۵: | ||
background-position: center; | background-position: center; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-color: red; | /* این خط قرمز را برای تست بگذار، اگر عکس آمد، بعداً این خط را پاک کن */ | ||
background-color: red; | |||
} | } | ||
.patogh-article- | |||
.patogh-article-img-class { | |||
width: 100%; | |||
height: 160px; | |||
background-size: cover; | |||
background-position: center; | |||
background-repeat: no-repeat; | |||
background-color: red; | |||
} | |||
نسخهٔ کنونی تا ۲۶ اوت ۲۰۲۶، ساعت ۲۰:۴۲
.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;
}