Skip to content

Commit

Permalink
Fixes jeeva2334#3
Browse files Browse the repository at this point in the history
  • Loading branch information
Techno committed Mar 18, 2023
1 parent 5964a90 commit 0212c23
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
Binary file removed assets/102135.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion index.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body{
background-image: url("assets/102135.jpg");

width: 100vw;
height: 100vh;
}
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="stylesheet" href="./index.css">
</head>
<body>
<h1 style="align-items: center; text-align: center; justify-content: center; display: flex;">Hello World</h1>
<script src="./index.js"></script>
</body>
</html>

0 comments on commit 0212c23

Please sign in to comment.