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
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: 1px solid #88283a;
border: 2px solid #88283a;
background: #F5F5DC;
background: linear-gradient(to bottom right, #F5F5DC, #EFEFEF);
padding: 0px;
padding: 10px;
margin: 0px;
margin: 10px;
border-top-left-radius: 15px;
border-radius: 15px;
border-bottom-right-radius: 15px;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
box-shadow:2px 2px 5px #000000;
font-size: 14px;
font-size: 11px;
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);

}