Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Yo0GuitarIT authored Jun 12, 2023
1 parent 989c727 commit 3ccff8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file added giphy.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ html {

body {
margin: 0;
background: #45badd;
background: #ffffcc;
}

.container {
Expand All @@ -16,9 +16,9 @@ body {
flex-direction: column;
justify-content: center;
align-items: center;
background: url("./robot.gif");
background: url("./giphy.gif");
background-size: contain;
background-position: left center;
background-position: right center;
background-repeat: no-repeat;
}

Expand Down

0 comments on commit 3ccff8c

Please sign in to comment.