Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
12345678910111213 |
- @charset "utf-8";
-
- p.kondate
- {
- margin-left: 9em; /* ブロック全体を右に */
- text-indent: -9em; /* 先頭の1文字のみ左に */
- }
-
- p.kondate2
- {
- margin-left: 5em; /* ブロック全体を右に */
- text-indent: -5em; /* 先頭の1文字のみ左に */
- }
|