simple updates

This commit is contained in:
HearMeWhisper 2021-10-26 20:00:08 -04:00
parent 318bdf4a39
commit fd7f415954
2 changed files with 6 additions and 8 deletions

View File

@ -10,10 +10,6 @@
<style>
body {
background-color: #667788;
background-image: url("index/linux_ls.jpg");
background-repeat: no-repeat;
background-position: 50% 45px;
background-size: 85% 600px
}
@media only screen and (max-width: 600px) {}
@ -59,10 +55,12 @@
<body>
<div id="nav_menu">
</div>
<nav>
<div id="nav_menu">
</div>
</nav>
<script src="/menu/menu.js"></script>
<main>
<ul>

View File

@ -2,7 +2,7 @@ body {
background-color: #42739e;
cursor: default;
font-size: 130%;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#score {