teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

コードブロックにコードを入力しました

2016/06/21 08:54

投稿

rina0366
rina0366

スコア58

title CHANGED
File without changes
body CHANGED
@@ -2,8 +2,7 @@
2
2
  文字の背景になっているネズミ色の部分の色の変更がわかりません。
3
3
  文字の色を変更するためのカラーのコードを変更することはできましたがねネズミ色の部分になっているカラーコードも見つけることができません。
4
4
  どのように編集をすれば色の変更ができるでしょうか?![イメージ説明](485c4968765efac231cf0d82c93f84a3.jpeg)
5
-
6
- <table class="type03" style="border-collapse: collapse;text-align: left;line-height: 1.5;border-top: 1px solid #ccc;border-left: 3px solid #25c4db">
5
+ ```<table class="type03" style="border-collapse: collapse;text-align: left;line-height: 1.5;border-top: 1px solid #ccc;border-left: 3px solid #25c4db">
7
6
  <tr>
8
7
  <th scope="row" style="width: 147px;padding: 10px;font-weight: bold;vertical-align: top;color: #25c4db;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc">建物</th>
9
8
  <td style="width: 349px;padding: 10px;vertical-align: top;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc">3階建</td>
@@ -32,4 +31,6 @@
32
31
  <th scope="row" style="width: 147px;padding: 10px;font-weight: bold;vertical-align: top;color: #25c4db;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc">売店</th>
33
32
  <td style="width: 349px;padding: 10px;vertical-align: top;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc">3ヵ所</td>
34
33
  </tr>
35
- </table>
34
+ </table>
35
+ コード
36
+ ```