お遊び程度の実験に便乗してみる。
[]を使って細長い四角にしてみる。
h3#a:before {
display: block;
content:"-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-";
font-weight: normal;
font-size: 10px;
text-align: left;
letter-spacing: -0.1em;
white-space: pre;
}
よくやるよね。
h3#b:before {
display: block;
content:"_/ _/ _/ _/ _/ _/ _/ _/ _/ _/";
font-weight: normal;
font-size: 10px;
text-align: left;
letter-spacing: -0.1em;
white-space: pre;
}
これがホントの卍LINE。
h3#c:before {
display: block;
content:"卍卍卍卍卍卍卍卍卍卍卍卍卍卍卍卍卍卍卍卍";
font-weight: normal;
font-size: 10px;
text-align: left;
letter-spacing: -0.1em;
white-space: pre;
}
どう見ても下ネタです。本当にありがとうございました。
h3#d:before {
display: block;
content:"~● ~● ~● ~● ~● ~● ~● ~● ~● ~●";
font-weight: normal;
font-size: 10px;
text-align: left;
letter-spacing: -0.1em;
white-space: pre;
}
もうちょい縦に長ければ、それっぽく見えたかも。
h3#e:before {
display: block;
content:"| | || || | | | || | || || | | | || | ||";
font-weight: normal;
font-size: 10px;
text-align: left;
letter-spacing: -0.1em;
white-space: pre;
}
アスタリスクを使いたかったのだけど、あいにくバツ(×)に横棒(-)のやつだった。
h3#f:before {
display: block;
content:"→I←→I←→I←→I←→I←→I←→I←→I←";
font-weight: normal;
font-size: 10px;
text-align: left;
letter-spacing: -0.1em;
white-space: pre;
}
そのファイル。書いてる途中で気付いたのだけど、ローカルで実験してみた(デフォルトでスタイルシートが適用されてない)のと見え方が大分違う。まぁ当たり前か。あー、と言うかfont-family
を指定しなければいいのか。
いい暇つぶしにはなりました。卒論やれって話ですね、はい。