.flex-box-container-1{
border:1px solid black;
}
.flex-box-container-1にボーダーを適用することができません。
他のところはCSS適用されます。
<html> <head> <meta charset="utf-8"> <title>無題ドキュメント</title> <script type="text/javascript" src="js/home.js"></script> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"> <link href="css/style.css" rel="stylesheet" type="text/css"> </head> <body> <div class="container-1"> <h2>Challenge 1:Your Age in Days</h2> <div claas="flex-box-container-1"></div> <div> <button class="btn btn-primary">Click me</button> </div> <div> <button class="btn btn-danger">reset</button> </div> </div> </body> </html> コード
.flex-box-container-1{ border:1px solid black; } コード
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/05/19 01:15
2020/05/19 01:18