some styling
This commit is contained in:
parent
47f6556b46
commit
06bd4c6669
|
@ -5,6 +5,20 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>CG1 MDI</title>
|
<title>CG1 MDI</title>
|
||||||
<script src="script.js" defer></script>
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<canvas id="cv" width="800" height="600"></canvas>
|
<canvas id="cv" width="800" height="600"></canvas>
|
||||||
|
|
Loading…
Reference in New Issue