diff --git a/shiken.css b/shiken.css index 48905c0..4b7de1b 100644 --- a/shiken.css +++ b/shiken.css @@ -70,3 +70,30 @@ background-color: #f0f0f0; } + + + + + +.g { + position: absolute; + bottom: 20px; /* 下からの距離を調整 */ + right: 20px; /* 右からの距離を調整 */ + background-color: black; + color: white; + padding: 10px 15px; + display: flex; + flex-direction: column; /* テキストを縦に並べる */ + align-items: center; /* 中央揃え */ +} + +.h { + font-size: 18px; + white-space: nowrap; +} + +.i { + font-size: 18px; + white-space: nowrap; + margin-top: 5px; /* テキスト間のスペース */ +}