回答編集履歴

1

修正

2017/06/29 02:54

投稿

onodo
onodo

スコア97

test CHANGED
@@ -1,11 +1,17 @@
1
+ 単純に太くしたいのであればこう
2
+
1
3
  ```css
2
4
 
3
5
  .table {font-weight:bold}
4
6
 
5
7
  ```
6
8
 
9
+ 普通の太さにしたいならこう
10
+
7
11
  ```css
8
12
 
9
- .table {font-weight:bold}
13
+ .table {font-weight:normal}
10
14
 
11
15
  ```
16
+
17
+ で、いかがでしょうか?