Skip to content

Commit

Permalink
new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eylulozatman committed Nov 18, 2023
1 parent c208442 commit 5d96901
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ul>
</div>
<div class="container">

<img src="https://images2.alphacoders.com/115/1153166.jpg" alt="Background Image">
<div class="contentBox">
<div class="formBox">
<div class="inputBox" id="namelbl">
Expand Down
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ body {
align-items: center;
min-height: 88vh;
width: 100%;

/* background: url('Images/bgfoto.avif'); */
background: url('https://images2.alphacoders.com/115/1153166.jpg');
}
.container img{
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
Expand Down

0 comments on commit 5d96901

Please sign in to comment.