Criar um Site Grátis Fantástico
Translate this Page
Enquete
o que achou do site
bom
otimo
rui
Ver Resultados

Rating: 2.2/5 (125 votos)

ONLINE
1





barra de rolagem
barra de rolagem

Esta barra vai deixar seu site mais elegante e bonito vale a pena inserir!

CSS Barra de rolagem personalizada por cores
Edite as cores com a cor desejada!

 

Coloque no Site no CSS.

/* Rolagem */
.post-body {}
::-webkit-scrollbar {
width: 9px;
height: 5px;
}
::-webkit-scrollbar-track-piece {
background: #00ff00;
}
::-webkit-scrollbar-thumb:vertical {
height: 5px;
background-color: #00ff00;
}
::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: #00ff00;
}
.post p {
margin:0 0 0;
}
position: relative;
}