Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanMittal11 authored May 7, 2024
2 parents e5145b1 + d876603 commit c1b8a26
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion energy.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Energy</title>
<link rel="stylesheet" href="style_energy.css">
<link rel="icon" href="logo.png">
<link rel="icon" href="icon.png">
</head>
<body>
<nav>
Expand Down
File renamed without changes
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chemistry Project</title>
<link rel="stylesheet" href="style_index.css">
<link rel="icon" href="logo.png">
<link rel="icon" href="icon.png">
</head>
<body>
<header>
<nav>
<div class="logo">
<img src="logo.png" alt="logo" width="70px">
<img src="chem logo.png" alt="logo" width="70px">
</div>
<ul type="none">
<li><a href="index.html" style="text-decoration: underline;">Home</a></li>
Expand Down
1 change: 1 addition & 0 deletions style_about.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ nav {
/* background-color: rgb(4, 20, 110); */
display: flex;
justify-content: space-between;
/* position: fixed; */
}

nav ul {
Expand Down

0 comments on commit c1b8a26

Please sign in to comment.