fix: display on Netscape

This commit is contained in:
2024-09-24 15:39:23 +02:00
parent db5141fccb
commit c30e4dae97
2 changed files with 5 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
/* centers the website */ /* centers the website */
html { html {
max-width: 1200px;
margin: auto;
background: rgb(18,24,217); background: rgb(18,24,217);
background-color: rgba(18,24,217); background-color: rgba(18,24,217);
background: url(../images/bg.gif) repeat 0 0; background: url(../images/bg.gif) repeat 0 0;
max-width: 1200px;
margin: auto;
} }
#spike { #spike {
@@ -62,10 +62,10 @@ a:active {
} }
.menu { .menu {
display: inline-block; display: flex;
font-weight: bold; font-weight: bold;
margin-top: 5.3%; margin-top: -1.9%;
margin-left: 1%; margin-left: 12%;
} }
/* Add spacing between child elements using margins */ /* Add spacing between child elements using margins */

View File

@@ -11,7 +11,6 @@
<div class="header"> <div class="header">
<a href="/" aria-label="patate.dev"><img alt="Spike" src="/images/spike.jpg" id="spike" width="125.583" height="95.6833"></a> <a href="/" aria-label="patate.dev"><img alt="Spike" src="/images/spike.jpg" id="spike" width="125.583" height="95.6833"></a>
<div class="menu"> <div class="menu">
<p></p>
<a href="/pages/blog.html" aria-label="the blog"> the blog</a> <a href="/pages/blog.html" aria-label="the blog"> the blog</a>
<a href="//github.com/ALittlePatate" aria-label="github">github</a> <a href="//github.com/ALittlePatate" aria-label="github">github</a>
<a href="/gpg/key.txt" aria-label="gpg key">gpg key</a> <a href="/gpg/key.txt" aria-label="gpg key">gpg key</a>