Skip to content

Commit

Permalink
bugfix overflow index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyfas committed Jun 27, 2023
1 parent eddce43 commit 4fcc48b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
font-family: 'Roboto Mono', monospace;
color: #fff;
}
body{
width: 100vw;
overflow: hidden;
}
.contato{
display: flex;
width: 100%;
Expand Down Expand Up @@ -62,6 +66,7 @@ main{
justify-content: center;
align-items: center;
flex-wrap: wrap;
width: 100%;
height: 100vh;
background: linear-gradient(#0084d1, #c9ecff);
overflow: hidden;
Expand Down Expand Up @@ -94,6 +99,7 @@ h1{
width: 80px;
height: 80px;
animation: pipeAnimation 3s infinite linear;

}
.clouds{
position: absolute;
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<body>
<img src="images/clouds.png" alt="imagem nuvens" class="clouds">
<main>

<section class="contato">
<div class="contato-container">
<button class="dropbtn">Contato</button>
Expand Down

0 comments on commit 4fcc48b

Please sign in to comment.