File size: 427 Bytes
96f230c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.question-header {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 20px;
  font-family: "Microsoft JhengHei", "Helvetica Neue", sans-serif;
  color: #333;
}

.question-content {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.question-content strong {
  color: #004a99;
}

.answer {
  font-weight: bold;
  color: green;
}

.explanation {
  font-style: italic;
  color: #555;
}