Template:RCorners: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
border: 2px solid #88283a; | border: 2px solid #88283a; | ||
padding: 10px; | padding: 10px; | ||
margin: 10px; | margin: 10px; | ||
Latest revision as of 16:23, 24 March 2024
border: 2px solid #88283a; padding: 10px; margin: 10px; border-radius: 15px; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); font-size: 14px; font-family: 'Segoe UI', sans-serif; transition: all 0.3s ease-in-out;
&:hover {
transform: translateY(-5px); box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.6);
}