4,554
edits
No edit summary |
No edit summary |
||
Line 122: | Line 122: | ||
#show-article-wrapper:hover { | #show-article-wrapper:hover { | ||
border: 5px solid red; /* Adjust the border style as needed */ | border: 5px solid red; /* Adjust the border style as needed */ | ||
transform: rotate(- | transform: rotate(-5deg); /* Adjust the rotation angle as needed */ | ||
} | } | ||
Line 135: | Line 135: | ||
#show-article:hover { | #show-article:hover { | ||
/* Styles for show-article when hovered */ | /* Styles for show-article when hovered */ | ||
transform: rotate( | transform: rotate(5deg); /* Reset the rotation */ | ||
border: 1px solid; | border: 1px solid; | ||
background-color: white; | background-color: white; |