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

質問編集履歴

2

修正しました

2021/11/30 10:50

投稿

free_teku
free_teku

スコア103

title CHANGED
File without changes
body CHANGED
File without changes

1

追記しました

2021/11/30 10:50

投稿

free_teku
free_teku

スコア103

title CHANGED
File without changes
body CHANGED
@@ -201,8 +201,32 @@
201
201
  }
202
202
  ```
203
203
 
204
+ ### 追記
205
+ ```CSS
204
206
 
207
+ .table .cost-table .table-list .table-item .plan {
208
+ display: block;
209
+ background-color: #1B224C;
210
+ text-align: center;
211
+ color: #fff;
212
+ width: 220px;
213
+ height: 60px;
214
+ font-size: 16px;
215
+ font-weight: bold;
216
+ line-height: 2;
217
+ }
205
218
 
219
+ .table .cost-table .table-list .table-item .plan:nth-of-child(3) {
220
+ background-color: #F5A623;
221
+ width: 200px;
222
+ height: 96px;
223
+ padding-top: 20px;
224
+ padding-bottom: 20px;
225
+ color: #fff;
226
+ text-align: center;
227
+ }
206
228
 
207
-
229
+ .table .cost-table .table-list .table-item .plan:nth-of-child(3) br {
208
- ### 補足情報(FW/ツールのバージョンなど)
230
+ padding-bottom: 19px;
231
+ }
232
+ ```