never let me mess with the CSS

This commit is contained in:
Gemdation 2025-04-07 16:31:37 -05:00
parent 4168507509
commit 3371dbeda2
3 changed files with 5 additions and 4 deletions

View File

@ -43,7 +43,8 @@
<a href="install"><button style="margin-bottom:6px">Get Started</button></a>
</div>
<div>
<h2>Screenshots</h2>
<div class="gallery">
<img src="media/screenshot-start-menu.png" class="slide">
<img src="media/screenshot-main-menu.png" class="slide">
@ -51,7 +52,7 @@
<img src="media/screenshot-game.png" class="slide">
<img src="media/screenshot-news.png" class="slide">
</div>
</div>
<h1>What's on it?</h1>

View File

@ -32,7 +32,7 @@ button.issue-button {outline: 2px solid red}
.issue-detail {display:none}
/* Gallery */
div.gallery {position: relative; overflow: hidden}
div.gallery {position: relative; overflow: hidden;width:100%}
img.slide {width:100%}
img.arrow {position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer; width: 60px; height: auto;}
img.left {left: 10px; animation: hoverAnimation 0.5s infinite alternate;}

View File

@ -15,7 +15,7 @@
<script src="meta/issue.js" defer></script>
<script src="meta/music.js"></script>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<style>input {border: 2px solid #CCCCCC;border-bottom-color: #EAEAEA;margin-bottom: 15px;} #results {display:none;} div.err {border-color:red;text-align:left; h2 {color: #FF0000;} p {color: #FF0000;}}</style>
<style>img, img.slide {width:100%} input {border: 2px solid #CCCCCC;border-bottom-color: #EAEAEA;margin-bottom: 15px;} #results {display:none;} div.err {border-color:red;text-align:left; h2 {color: #FF0000;} p {color: #FF0000;}}</style>
</head>
<body>
<div id="bgmplayer">