Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:RCorners: Difference between revisions

Template page
No edit summary
No edit summary
 
Line 1: Line 1:
border: 2px solid #88283a;
border: 2px solid #88283a;
background: linear-gradient(to bottom right, black, white);
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);

}