Skip to content

Commit

Permalink
Update tools.html
Browse files Browse the repository at this point in the history
  • Loading branch information
VocalNutria9174 committed Nov 12, 2021
1 parent 15741f9 commit 9b87e4d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
<a href="game" class="button button3">Games</a>

<a href="clock" class="button button4">Time</a>

<a class="hover" href="98">
<button><b><i>NEW! - </i>98</b></button></a>
<style>
.hover {
cursor: inherit;
}
/*! 98.css v0.1.17 - https://github.com/jdan/98.css */@font-face{font-family:"Pixelated MS Sans Serif";src:url(https://unpkg.com/[email protected]/dist/ms_sans_serif.woff) format("woff");src:url(ms_sans_serif.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:"Pixelated MS Sans Serif";src:url(ms_sans_serif_bold.woff) format("woff");src:url(https://unpkg.com/[email protected]/dist/ms_sans_serif_bold.woff2) format("woff2");font-weight:700;font-style:normal}button{cursor: inherit;font-family:"Pixelated MS Sans Serif",Arial;-webkit-font-smoothing:none;font-size:11px}button{box-sizing:border-box;border:none;border-radius:0;min-width:75px;min-height:56px;padding:0 12px}button{background:silver;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px grey,inset 2px 2px #dfdfdf}.vertical-bar{width:4px;height:20px}button:not(:disabled):active{cursor: inherit; box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px grey;padding:2px 11px 0 13px}@media (not(hover)){button:not(:disabled):hover{cursor: inherit; box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px grey}}button:focus{cursor: inherit; outline:1px dotted #000;outline-offset:-4px}button::-moz-focus-inner{cursor: inherit; border:0}:disabled,:disabled+label{cursor: inherit; color:grey}:disabled+label,button:disabled{text-shadow:1px 1px 0 #fff}
</style>

<style>
h1 {
Expand Down

0 comments on commit 9b87e4d

Please sign in to comment.