You've already forked 98.css
mirror of
https://github.com/jdan/98.css.git
synced 2026-05-05 06:01:22 +09:00
33 lines
639 B
HTML
33 lines
639 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="./style.css?t=1"></style>
|
|
</head>
|
|
<body>
|
|
<div style="padding: 20px">
|
|
<div class="raised-outer">
|
|
<div class="raised-inner button-face" style="padding: 12px">Hello, world!</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div style="padding: 20px">
|
|
<div class="sunken-outer">
|
|
<div class="sunken-inner button-face" style="padding: 12px">Hello, world!</div>
|
|
</div>
|
|
</div>
|
|
<!--
|
|
<fieldset>
|
|
<button>
|
|
<u>D</u>isplay
|
|
</button>
|
|
<button>
|
|
<u>P</u>rint...
|
|
</button>
|
|
<button disabled>
|
|
Cancel
|
|
</button>
|
|
</fieldset>
|
|
-->
|
|
</body>
|
|
</html>
|