Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
roundead777 authored May 10, 2022
1 parent 6945d21 commit bf56831
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body {
font-weight: bold;
font-size: 20px;
line-height: 150%;
background-image: url("background.jpg");
background-image: url("img/background.jpg");
background-repeat: no-repeat;
background-size: 100%;
background-attachment: fixed;
Expand Down Expand Up @@ -156,7 +156,7 @@ main {
}
.mensagem::placeholder {

background-image: url("gastly2.gif");
background-image: url("img/gastly2.gif");
background-repeat: no-repeat;
background-position: center;
padding-top: 440px;
Expand Down Expand Up @@ -211,4 +211,4 @@ footer {
margin-left: 50px;
width: 95px;
height: 95px;
}
}

0 comments on commit bf56831

Please sign in to comment.