Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 571 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 571 Bytes

esa-css

使い方

記事の先頭に下記を記述:

<link rel="stylesheet" href="https://kasys-lab.github.io/esa-css/esa.css">

本文で利用:

<span class="pink">ピンクのハイライト</span>
<span class="blue-line">青の下線</span>

実装済みスタイル

ハイライト

[color]: pink, yellow, green, blue, red, purple, orange

<span class="[color]">ハイライト</span>

下線

[color]: pink, yellow, green, blue, red, purple, orange

<span class="[color]-line">下線</span>