ソースを参照

Update CSS

master
Noëlle 3年前
コミット
6732c3350f
1個のファイルの変更21行の追加0行の削除
  1. 21
    0
      assets/kobold.css

+ 21
- 0
assets/kobold.css ファイルの表示

@@ -8,20 +8,41 @@
float: left;
}

#theship::before {
content: "<span class='head'>The Ship</span>";
}

#themission {
float: left;
}

#themission::before {
content: "<span class='head'>The Mission</span>";
}

#theadversary {
float: left;
}

#theadversary::before {
content: "<span class='head'>The Adversary</span>";
}

#thekobolds {
padding-top: 10px;
padding-bottom: 10px;
}

#thekobolds::before {
content: "<span class='head'>The Kobolds</span>";
}

.kobold {
float: left;
padding-right: 20px;
}

.head {
font-weight: bold;
font-size: 1.5em;
}

読み込み中…
キャンセル
保存