template from profesor

This commit is contained in:
2026-04-24 15:29:08 +09:00
commit f8d27c1aca
11 changed files with 1902 additions and 0 deletions

15
public/global.css Normal file
View File

@@ -0,0 +1,15 @@
html,
body {
position: relative;
width: 100%;
height: 100%;
}
body {
color: #333;
margin: 0;
padding: 8px;
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}