You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213 |
- @charset "utf-8";
-
- p.kondate
- {
- margin-left: 9em; /* ブロック全体を右に */
- text-indent: -9em; /* 先頭の1文字のみ左に */
- }
-
- p.kondate2
- {
- margin-left: 5em; /* ブロック全体を右に */
- text-indent: -5em; /* 先頭の1文字のみ左に */
- }
|