MediaWiki:Common.css: Difference between revisions
no edit summary
Arisepedia (talk | contribs) No edit summary |
Arisepedia (talk | contribs) No edit summary |
||
Line 149: | Line 149: | ||
} | } | ||
.article-card | .article-card { | ||
flex: 0 0 300px; | |||
margin-right: 20px; | |||
scroll-snap-align: start; | |||
background: #ffffff; | background: #ffffff; | ||
border-radius: 10px; | |||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); | |||
border-radius: | overflow: hidden; | ||
transition: transform 0.3s ease, box-shadow 0.3s ease; | |||
border: 1px solid #e0e0e0; | |||
transition: | |||
border: 1px solid # | |||
} | } | ||
.article-card | .article-card:hover { | ||
transform: translateY(-5px); | |||
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); | |||
} | } | ||