Skip to content

Commit

Permalink
removido o scrool lock
Browse files Browse the repository at this point in the history
  • Loading branch information
samiwinho committed Nov 6, 2023
1 parent 7872057 commit ddbf133
Showing 1 changed file with 71 additions and 73 deletions.
144 changes: 71 additions & 73 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,79 +17,77 @@
</head>
<style>

* {
-webkit-font-smoothing: antialiased!important;
font-smoothing: antialiased!important;
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
}

body {
background-color: #5b3c88;
color: white;
height: 100vh; /* Define a altura como 100% da altura da viewport */
width: 100vw;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
overflow: hidden; /* Oculta a barra de rolagem vertical */
}

h1 {
text-align: center;
padding: 0px;
font-size: 3rem;
}

h2 {
text-align: center;
padding-bottom: 20px;
font-style: italic;
padding-top: 30px;
margin-bottom: 10vh;
font-weight: lighter;
font-size: 1.5rem;
}

h3 {
padding: 1rem;
color: black;
font-size: 16px;
}

.flex1 {
display: flex;
justify-content: center;
align-items: center;
}

i {
color: #5b3c88;
font-size: 16px;
}

span {
color: #5b3c88;
margin-left: -7px;
font-size: 16px;
}

.caixa {
background: white;
display: flex;
flex-direction: column;
justify-content: start;
align-items: start;
padding: 16px 32px;
border-radius: 16px;
-webkit-box-shadow:0px 0px 100px 20px rgba(35,39,46,0.5);
-moz-box-shadow: 0px 0px 100px 20px rgba(35,39,46,0.5);
box-shadow: 0px 0px 100px 20px rgba(35,39,46,0.5);
margin: 2rem;
}

* {
-webkit-font-smoothing: antialiased!important;
font-smoothing: antialiased!important;
font-family: 'Roboto', sans-serif;
margin: 0;
padding: 0;
}

body {
background-color: #5b3c88;
color: white;
height: 100vh;
width: 100vw;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

h1 {
text-align: center;
padding: 0px;
font-size: 3rem;
}

h2 {
text-align: center;
padding-bottom: 20px;
font-style: italic;
padding-top: 30px;
margin-bottom: 10vh;
font-weight: lighter;
font-size: 1.5rem;
}

h3 {
padding: 1rem;
color: black;
font-size: 16px;
}

.flex1 {
display: flex;
justify-content: center;
align-items: center;
}

i {
color: #5b3c88;
font-size: 16px;
}

span {
color: #5b3c88;
margin-left: -7px;
font-size: 16px;
}

.caixa {
background: white;
display: flex;
flex-direction: column;
justify-content: start;
align-items: start;
padding: 16px 32px;
border-radius: 16px;
-webkit-box-shadow:0px 0px 100px 20px rgba(35,39,46,0.5);
-moz-box-shadow: 0px 0px 100px 20px rgba(35,39,46,0.5);
box-shadow: 0px 0px 100px 20px rgba(35,39,46,0.5);
margin: 2rem;
}

</style>

Expand Down

0 comments on commit ddbf133

Please sign in to comment.