Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
trying colors
  • Loading branch information
lutsik authored Jun 28, 2024
1 parent 9d49e2a commit f08db45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@
grid-template-rows: auto 1fr;
height: 100vh;
box-sizing: border-box;
background: linear-gradient(to bottom, #f0f0f0, #d0d0d0);;
<!--background: linear-gradient(to bottom, #f0f0f0, #d0d0d0);;-->
background: #99ced3;
}
.topbar {
grid-area: topbar;
background: #555;
background: #4d6d9a;
color: #fff;
padding: 10px;
text-align: center;
Expand Down

0 comments on commit f08db45

Please sign in to comment.