HTML
1<!doctype html> 2<html lang="ja"> 3 <head> 4 <!-- Required meta tags --> 5 <meta charset="utf-8"> 6 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> 7 8 <!-- Bootstrap CSS --> 9 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> 10 11 <title>Hello, world!</title> 12 </head> 13 <body> 14 <div class="table-responsive"> 15 <table class="table table-bordered"> 16 <thead> 17 <tr> 18 <th class="info">sample</th> 19 <th class="danger">sample</th> 20 <th>sample</th> 21 <th>sample</th> 22 <th>sample</th> 23 <th>sample</th> 24 <th>sample</th> 25 <th>sample</th> 26 <th>sample</th> 27 </tr> 28 </thead> 29 <tbody> 30 <tr> 31 <td rowspan="2">-</td> 32 <td rowspan="2">11/23(土)</td> 33 <td>1</td> 34 <td colspan="2">-</td> 35 <td colspan="2">sample</td> 36 <td colspan="2">sample</td> 37 </tr> 38 <tr> 39 <td>2</td> 40 <td colspan="2">sample</td> 41 <td colspan="2">sample</td> 42 <td colspan="2">sample</td> 43 </tr> 44 </tbody> 45</table> 46 </div>
上記のコードなのですが、
HTML
1<th class="info">sample</th> 2<th class="danger">sample</th>
の部分で、セルの背景色が変わると思うのですが、変わりません。
何か原因はあるのでしょうか?
外部CSS等はないので、コードはこれのみになります。
宜しくお願いします!!
回答3件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。