1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00
Files
98.css/index.html
2020-04-16 12:01:37 -04:00

24 lines
442 B
HTML

<!doctype html>
<html>
<head>
<link rel="stylesheet" href="./style.css?t=1"></style>
<style>
body {
height: 100vh;
margin: 0;
padding: 0;
background: var(--button-face);
display: flex;
align-items: center;
justify-content: center;
}
</style>
</head>
<body>
<fieldset>
<button><u>H</u>ello, world!</button>
<button disabled>Unavailable</button>
</fieldset>
</body>
</html>