Преглед изворни кода

Give the start button a whole row, no matter what

master
Fen Dweller пре 5 година
родитељ
комит
fb521a6e4a
2 измењених фајлова са 7 додато и 5 уклоњено
  1. +1
    -5
      stroll.html
  2. +6
    -0
      style.css

+ 1
- 5
stroll.html Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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;


Loading…
Откажи
Сачувај