Skip to content

Commit

Permalink
Edit index.html & style.css File
Browse files Browse the repository at this point in the history
 Moved to icon image Icon Folder. ( 2023.10.09 )
  • Loading branch information
Isuru-Eranda committed Oct 9, 2023
1 parent e0bf1c9 commit d600542
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<title> 2D Game </title>
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="Icon.png" />
<link rel="icon" href="Icons/Icon.png" />

</Head>

Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
width: 100%;
height: 100vh;

background-image:url(background.png);
background-image:url(Images/background.png);

font-size: 50px;
font-weight: bold;
Expand Down Expand Up @@ -155,7 +155,7 @@
position: absolute;
width: 100%;
height: 100vh;
background-image:url("Game\ Over\ Background.jpg");
background-image:url("Images/Game\ Over\ Background.jpg");

font-size: 100px;
font-weight: bold;
Expand Down

0 comments on commit d600542

Please sign in to comment.