Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
urghosthost authored Apr 18, 2024
1 parent f277a1e commit 56c094d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/maincss.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body {
font-family: "Poppins", sans-serif;
font-weight: 300;
font-style: normal;
border: gray none 4px;
border: rgb(128, 128, 128) none 4px;
margin: 0;
background-color: rgb(231, 231, 231);

Expand Down Expand Up @@ -97,7 +97,8 @@ input[type='file'] {
text-align: center;
padding-left: 10px;
padding-right: 10px;
background-color: black;
background-color: rgba(0,0,0,0.5);
backdrop-filter: blur(8px);
width: 33.33333333%;
margin-left: 33.3333333%;
margin-right: 33.33333%;
Expand Down
1 change: 1 addition & 0 deletions css/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ header {
#navbar {
background-color: rgba(36,35,34, 1);
transition: background-color 0.5s;
backdrop-filter: blur(8px);
}

.navbar li {
Expand Down

0 comments on commit 56c094d

Please sign in to comment.