Skip to content

Commit

Permalink
Merge pull request #10 from TartejBrothers/Changes
Browse files Browse the repository at this point in the history
Home page done
  • Loading branch information
TartejBrothers authored Jan 8, 2024
2 parents fa413df + b0c9e42 commit 174cfea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/styles/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ html {
align-items: center;
justify-content: center;
flex-direction: column;
z-index: 10;
}
.homebody {
background-color: #222831;
Expand Down Expand Up @@ -131,7 +132,7 @@ form input::placeholder {
}
#vectorimg {
position: absolute;
z-index: 0;
z-index: 1;
}
.imgright {
right: 50px;
Expand Down

0 comments on commit 174cfea

Please sign in to comment.