some styling

This commit is contained in:
Luca Conte 2025-03-06 14:58:41 +01:00
parent 47f6556b46
commit 06bd4c6669
1 changed files with 14 additions and 0 deletions

View File

@ -5,6 +5,20 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CG1 MDI</title>
<script src="script.js" defer></script>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
margin: 0;
background-color: #1e1e2e;
}
#cv {
border: solid 2px black;
border-radius: 20px;
}
</style>
</head>
<body>
<canvas id="cv" width="800" height="600"></canvas>