Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- .float{
- position:fixed;
- width:60px;
- height:60px;
- bottom:40px;
- right:40px;
- background-color:#25d366;
- color:#FFF;
- border-radius:50px;
- text-align:center;
- font-size:30px;
- z-index:100;
- }
- .button-float{
- position:fixed;
- width:60px;
- height:60px;
- bottom:40px;
- right:40px;
- background-color:#25d366;
- color:#fff;
- border-radius:50px;
- text-align:center;
- font-size:30px;
- z-index:100;
- }
-
- .my-float{
- margin-top:16px;
- }
|