Skip to content

Commit

Permalink
filed rename
Browse files Browse the repository at this point in the history
  • Loading branch information
khanm206 committed Jan 3, 2024
1 parent 2b8ab0f commit d5afc74
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions CSS/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*{margin: 0%}
#head{
/* background-color: brown; */
background-image: url("../images/head.jpg");
background-image: url("../css/images/head.jpg");
/* background-position: 100%; */
background-size: cover;
height: 75vh;
Expand Down Expand Up @@ -53,7 +53,7 @@
#img1{
width: 40vw;
height: 45vh;
background-image: url("../images/full-solar.jpg");
background-image: url("../css/images/full-solar.jpg");
background-size: cover;
background-position:center;
/* margin-left: 20%; */
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our Solar System</title>
<link rel="shortcut icon" href="Images/logo.png" type="image/x-icon">
<link rel="shortcut icon" href="CSS/images/logo.png" type="image/x-icon">
<link rel="stylesheet" href="CSS/style.css">
</head>
<body>
Expand Down

0 comments on commit d5afc74

Please sign in to comment.