Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
HVD3Z committed Jan 11, 2024
1 parent e84477a commit 4b40e9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

<head>
<title>My Resume</title>
<link rel="stylesheet" href="../css/style.css">
<script src="../js/script.js"></script>
<link rel="stylesheet" href="./style.css">
<script src="./script.js"></script>
</head>

<body>
<script src="../js/script.js"></script>
<script src="./script.js"></script>
<div class="grid-container">

<div class="contact-info">
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ color: blue;

.grid-container {
display: grid;
background-image: url("../images/deskspace.jpg");
background-image: url("./deskspace.jpg");
background-size: cover;
color: antiquewhite;
padding-left: 1%;
Expand Down

0 comments on commit 4b40e9d

Please # to comment.