Skip to content

Button classes #13340

@OliviaMcHugh

Description

@OliviaMcHugh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions