4,554
edits
No edit summary |
No edit summary |
||
Line 115: | Line 115: | ||
background-color: white; | background-color: white; | ||
padding: 20px; | padding: 20px; | ||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */ | |||
transition: | transition: box-shadow 0.3s ease-out; /* Add transition for smooth effect */ | ||
} | } | ||
#show-article:hover { | #show-article:hover { | ||
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2); /* right, bottom, blur, color */ | |||
box-shadow: | |||
} | } | ||
.article-metadata { | .article-metadata { |