4,554
edits
No edit summary |
No edit summary |
||
Line 129: | Line 129: | ||
background-color: white; | background-color: white; | ||
padding: 20px; | padding: 20px; | ||
} | } | ||
#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(-5deg); /* Adjust the rotation angle as needed */ | transform: rotate(-5deg); /* Adjust the rotation angle as needed */ | ||
top: 0; | |||
right: 0; | |||
} | } | ||