Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
SoupleCodes authored May 3, 2024
1 parent 532fec2 commit e90a486
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<body class="background">
<header>
<center>
<button onclick="changePageTitle('lol you got scammed')">
<img src="../images/Logo.png" alt="My Logo" id="logo" style="max-width: 15%;"> ```
<button onclick="changePageTitle('lol you got scammed')">
Give me an unlimited supply of soup =D </button>
<nav>
<a href="#" onclick="changePageTitle('Home'); return false;">Home</a>
Expand All @@ -22,7 +23,6 @@
</center>
<p style="position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; z-index: 1;">All soups reserved 2024</p>
<img src="../images/Wood.png" alt="Wood" style="width: 100%; height: auto;">
<img src="../images/Logo.png" alt="My Logo" id="logo" style="max-width: 15%;"> ```
</header>
<script>
function changePageTitle(newtitle) {
Expand Down
12 changes: 0 additions & 12 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,6 @@ body {
img {
display: block;
margin: 0 auto;
z index = -1
}

#logo {
position: absolute;
top: 20px;
left: 14%;
transform: translateX(-50%);
max-width: 15%;
}

/* Media Queries for smaller screens */
Expand All @@ -57,7 +48,4 @@ body {
header {
text-align: center;
}

#logo {
top: 10px;}
}

0 comments on commit e90a486

Please sign in to comment.