
В нижнюю часть сайта:
В CSS вашего сайта:
Code
#toTop {
width: 20px;
border-radius:6px;
background: #191919;
border: 1px solid #2a5d8e;
text-align: center;
padding: 5px;
position: fixed;
bottom: 10px;
right: 10px;
cursor: pointer;
color: #000;
text-decoration: none;
}
width: 20px;
border-radius:6px;
background: #191919;
border: 1px solid #2a5d8e;
text-align: center;
padding: 5px;
position: fixed;
bottom: 10px;
right: 10px;
cursor: pointer;
color: #000;
text-decoration: none;
}
Под белый дизайн
В CSS вашего сайта:
Code
#toTop {
width: 20px;
border-radius:6px;
background: #fff;
border: 1px solid #cccccc;
text-align: center;
padding: 5px;
position: fixed;
bottom: 10px;
right: 10px;
cursor: pointer;
color: #000;
text-decoration: none;
}
width: 20px;
border-radius:6px;
background: #fff;
border: 1px solid #cccccc;
text-align: center;
padding: 5px;
position: fixed;
bottom: 10px;
right: 10px;
cursor: pointer;
color: #000;
text-decoration: none;
}
В нижнюю часть сайта:




