Skip to content

Commit

Permalink
bg image idded and img section designed
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmalfaris11 committed May 27, 2024
1 parent b0e3bb6 commit 6ae8cf7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Binary file added assets/images/rain bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/sunnyBg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,19 @@ body{
color: #fff;
border-radius: 25px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
}

.wrapper{
display: grid;
grid-template-columns: 3fr 4fr;
grid-gap: 1rem;

}

.img_section{
border-radius: 25px;
background-image: url("images/sunnyBg.jpg");
background-position: center;
background-repeat: no-repeat;
block-size: cover;
}

0 comments on commit 6ae8cf7

Please sign in to comment.