Limit page width

main
Isaiah Odhner 2023-08-10 21:34:31 -04:00
parent a70c6c649d
commit bcd07b1a57
2 changed files with 11 additions and 4 deletions

View File

@ -132,10 +132,12 @@
style="position: absolute; top: calc(2px); right: -2px; width: 4px; height: calc(100% - 8px + 4px); touch-action: none; cursor: e-resize;">
</div> -->
</div>
<div id="try-me" style="position: absolute; left: 300px; margin-top: -200px; color: purple; font-weight: bold;">
<img src="images/about/izquierda.gif" width="49" height="23" alt="hand pointing left"
style="vertical-align: middle">
Try&nbsp;me!
<div style="position: relative">
<div id="try-me" style="position: absolute; left: 300px; margin-top: -200px; color: purple; font-weight: bold;">
<img src="images/about/izquierda.gif" width="49" height="23" alt="hand pointing left"
style="vertical-align: middle">
Try&nbsp;me!
</div>
</div>
<h2>Windows 98 online</h2>

View File

@ -1,3 +1,8 @@
html {
max-width: 1000px;
margin: 0 auto;
}
body {
font-family: sans-serif;
/* font-family: 'Comic Sans MS', 'Comic Sans', cursive; */