Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
da-ksh-esh committed Jul 12, 2024
1 parent 5edc87b commit f3d8601
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
*{
background-color: #181818;
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
}

body {
background-image: linear-gradient(180deg, #181818, black);
}

.nav-bar {
width: 100%;
margin: auto;
Expand Down

0 comments on commit f3d8601

Please sign in to comment.