Skip to content

Commit

Permalink
stet up scss and creat bg
Browse files Browse the repository at this point in the history
  • Loading branch information
jay177 committed Jun 19, 2023
1 parent ee623b3 commit 8913449
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

.headerSection{
height: 100vh;
background: url('headerbg.jpg');
background-size: cover;
background-repeat: no-repeat;
}

.filter{
background: linear-gradient(blue, pink);
opacity: 0.5;
height: 100vh;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8913449

Please sign in to comment.