-
-
Notifications
You must be signed in to change notification settings - Fork 44.1k
Button classes #13340
Copy link
Copy link
Closed
Description
Challenge Apply the Default Bootstrap Button Style has an issue.
User Agent is: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0.
Please describe how to reproduce this issue, and include links to screenshots if possible.
My code:
<div class="container-fluid">
<h3 class="text-primary text-center">jQuery Playground</h3>
<div class="row">
<div class="col-xs-6">
<div class="well">
<button class="btn btn-defualt"></button>
<button class="btn btn-defualt"></button>
<button class="btn btn-defualt"></button>
</div>
</div>
<div class="col-xs-6">
<div class="well">
<button class="btn btn-defualt"></button>
<button class="btn btn-defualt"></button>
<button class="btn btn-defualt"></button>
</div>
</div>
</div>
</div>For some reason the checking procedure claims i haven't added 'button'default' to the button elements
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels