mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 11:16:42 +01:00
last preparations for 0.1.0 release
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user