index.html: add win95.css button theming

This commit is contained in:
Yusef Aslam 2024-02-01 21:12:01 +00:00
parent c64570ca9f
commit 4d46af1172

View File

@ -7,6 +7,26 @@
<link rel="stylesheet" type="text/css" href="css/layout.css" />
</head>
<style>
button {
border-width: 2px;
border-style: outset;
border-color: buttonface;
border-right-color: #424242;
border-bottom-color #424242;
background: silver;
color: black;
padding: 4px;
border-radius: 1px;
}
button:hover {
border: 2px inset #fff;
background: silver;
color: black;
box-shadow: -1px -1px #000;
}
</style>
<body oncontextmenu="return false;">
<div id="box">