Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
professor-rafael authored Jun 4, 2024
1 parent 2319f9f commit d21ad29
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,33 @@
href="https://fonts.googleapis.com/css2?family=Lustria&display=swap"
rel="stylesheet"/>
</head>

<style>
body{
min-height:14vh;
}

::-webkit-scrollbar
{
width: 12px;
}

::-webkit-scrollbar-track
{
background: green;
}

::-webkit-scrollbar-thumb
{
background: #01021a;
border-radius: 12-0px;
}

::-webkit-scrollbar-thumb:hover
{
opacity: .95;
}
</style>
<body>
<header>
<div class="cabecalho img">
Expand Down

0 comments on commit d21ad29

Please sign in to comment.