Geen omschrijving
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.

kyushoku.css 265B

12345678910111213
  1. @charset "utf-8";
  2. p.kondate
  3. {
  4. margin-left: 9em; /* ブロック全体を右に */
  5. text-indent: -9em; /* 先頭の1文字のみ左に */
  6. }
  7. p.kondate2
  8. {
  9. margin-left: 5em; /* ブロック全体を右に */
  10. text-indent: -5em; /* 先頭の1文字のみ左に */
  11. }