Skip to content

Commit

Permalink
edit background picture
Browse files Browse the repository at this point in the history
  • Loading branch information
zeptofine committed Nov 11, 2023
1 parent 062a2e8 commit 1a28ccc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,6 @@ a:visited {
}

@supports (backdrop-filter: blur(10px)) {
#container {
-webkit-backdrop-filter: blur(64px);
backdrop-filter: blur(64px);
}

#base {
-webkit-backdrop-filter: blur(64px);
Expand All @@ -224,7 +220,7 @@ a:visited {
width: calc(100% - 20px);
height: calc(100% - 20px);

background-image: url("../images/profile.png");
background-image: url("../images/background.png");
background-size: cover;
background-position: center;
background-color: black;
Expand Down
Binary file added images/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/profile.png
Binary file not shown.

0 comments on commit 1a28ccc

Please sign in to comment.