Bläddra i källkod

Give the start button a whole row, no matter what

master
Fen Dweller 5 år sedan
förälder
incheckning
fb521a6e4a
2 ändrade filer med 7 tillägg och 5 borttagningar
  1. +1
    -5
      stroll.html
  2. +6
    -0
      style.css

+ 1
- 5
stroll.html Visa fil

@@ -235,16 +235,12 @@

<ul class="flex-outer">

<div class="custom-category">
</div>

<div class="custom-category">
<div class="custom-category wide-category">
<div>
<button class="option-button" id="button-start">Start Game</button>
</div>
</div>
<div class="custom-category">
</div>

<div class="custom-category">
<p>Presets let you play as other players' characters. There are a few groups to choose from.</p>


+ 6
- 0
style.css Visa fil

@@ -350,6 +350,12 @@ input[type="checkbox"]:checked ~ .reveal-if-active {
width: 500px;
}

body.dark .custom-category.wide-category,
body.light .custom-category.wide-category {
width: 90%;
background: none;
}

.custom-category-sub {
text-align: center;
margin: 10px;


Laddar…
Avbryt
Spara