| Server IP : 23.111.136.34 / Your IP : 216.73.216.136 Web Server : Apache System : Linux servidor.eurohost.com.br 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : meusitei ( 1072) PHP Version : 5.6.40 Disable Function : show_source, system, shell_exec, passthru, proc_open MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/meusitei/public_html/painel/front/tema01/assets/css/ |
Upload File : |
/*
* Only for demo purposes
*/
* {
box-sizing: border-box;
}
body {
font-size: 18px;
font-family: sans-serif;
margin: 0;
}
.demo-content {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
height: 100vh;
}
.button {
background: none;
border: none;
padding: 15px 40px;
border-radius: 100px;
font-size: 18px;
text-decoration: none;
color: white;
transition: box-shadow .25s ease-in-out;
&:not(:last-child) {
margin-right: 30px;
}
&:hover,
&:focus,
&:active {
outline: none;
cursor: pointer;
box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}
&--red { background-color: #E62117; }
&--blue { background-color: #17272E; }
&--orange { background-color: #EF8A17; }
}