Template:RCorners: Difference between revisions
Template page
More actions
Created page with "border: 1px solid #88283a; background: #F5F5DC; padding: 0px; margin: 0px; border-top-left-radius: 15px; border-bottom-right-radius: 15px; box-shadow:2px 2px 5px #000000; font-size: 11px;" |
No edit summary |
||
| Line 1: | Line 1: | ||
border: | border: 2px solid #88283a; | ||
background: #F5F5DC; | background: linear-gradient(to bottom right, #F5F5DC, #EFEFEF); | ||
padding: | padding: 10px; | ||
margin: | margin: 10px; | ||
border | 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); | |||
} | |||
Revision as of 16:16, 24 March 2024
border: 2px solid #88283a; background: linear-gradient(to bottom right, #F5F5DC, #EFEFEF); 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);
}