Barra de rolagem personalizada
Vou ensinar a colocar uma barra de rolagem que muitas pessoas estão usando ultimamente !
Cole esse código depois de <style> ou <style type="text/css">
::-webkit-scrollbar { width: 5px; height: 5px; } ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #fff; } ::-webkit-scrollbar-track-piece { background: #fff; } ::-webkit-scrollbar-thumb { height: 50px; background-color: #e0a7a8; } ::-webkit-scrollbar-thumb:hover { background: #e0a7a8; }
Personalize do jeito que quiser !














