4,554
edits
No edit summary |
No edit summary |
||
Line 104: | Line 104: | ||
} | } | ||
/* Style the article window */ | /* Style the article window */ | ||
#show-article-wrapper { | #show-article-wrapper { | ||
Line 131: | Line 130: | ||
#show-article { | #show-article { | ||
transition: transform 0.3s; /* Add transition for a smooth effect */ | |||
} | } | ||
#show-article:hover { | #show-article:hover { | ||
/* Styles for show-article when hovered */ | /* Styles for show-article when hovered */ | ||
transform: rotate( | transform: rotate(0deg); /* Reset the rotation */ | ||
border: 1px solid; | border: 1px solid; | ||
background-color: white; | background-color: white; | ||
padding: 20px; | padding: 20px; | ||
} | } | ||