last preparations for 0.1.0 release

This commit is contained in:
2022-01-13 06:20:00 +01:00
parent 179b3eaed1
commit c9ae04e652
8 changed files with 132 additions and 6 deletions

View File

@@ -9,6 +9,9 @@
</style>
</head>
<body>
<div id="uw8">
<a href="https://exoticorn.github.io/microw8">MicroW8</a> 0.1.0
</div>
<div id="centered">
<canvas id="screen" width="320" height="240"></canvas>
<div id="message"></div>

View File

@@ -16,15 +16,19 @@ body {
grid-template-rows: 1fr 0fr;
}
#uw8 {
position: absolute;
}
#uw8 a {
font-size: 130%;
}
#centered {
align-self: center;
justify-self: center;
}
.footer {
color: #202420;
}
a {
color: #303630;
}
@@ -69,7 +73,7 @@ button:active {
background-color: #504450;
}
@media (min-width: 680px) and (min-height: 560px) {
@media (min-width: 680px) and (min-height: 620px) {
#screen {
width: 640px;
height: 480px;