4,554
edits
No edit summary |
No edit summary |
||
Line 133: | Line 133: | ||
/* Styles for show-article when hovered */ | /* Styles for show-article when hovered */ | ||
transform: rotate(2deg); /* Rotate the content */ | transform: rotate(2deg); /* Rotate the content */ | ||
border: 1px solid; | border: 1px solid; | ||
background-color: white; | background-color: white; | ||
Line 142: | Line 141: | ||
border: 1px solid black; /* Adjust the border style as needed */ | border: 1px solid black; /* Adjust the border style as needed */ | ||
transform: rotate(-10deg); /* Rotate the wrapper */ | transform: rotate(-10deg); /* Rotate the wrapper */ | ||
} | } | ||