瀏覽代碼

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…
取消
儲存