Custom styles for QMplus Landing Pages

<h3>6 predefined button styles</h3>

<!-- Provides extra visual weight and identifies the primary action in a set of buttons -->

<button class="btn btn-primary" type="button">Primary</button>

<!-- Secondary, outline button -->

<button class="btn btn-secondary" type="button">Secondary</button>

<!-- Indicates a successful or positive action -->

<button class="btn btn-success" type="button">Success</button>

<!-- Contextual button for informational alert messages -->

<button class="btn btn-info" type="button">Info</button>

<!-- Indicates caution should be taken with this action -->

<button class="btn btn-warning" type="button">Warning</button>

<!-- Indicates a dangerous or potentially negative action -->

<button class="btn btn-danger" type="button">Danger</button>

<!-- Deemphasize a button by making it look like a link while maintaining button behavior -->

<button class="btn btn-link" type="button">Link</button>

<h3>Outline buttons</h3>

<button class="btn btn-outline-primary" type="button">Primary</button>

<button class="btn btn-outline-secondary" type="button">Secondary</button>

<button class="btn btn-outline-success" type="button">Success</button>

<button class="btn btn-outline-info" type="button">Info</button>

<button class="btn btn-outline-warning" type="button">Warning</button>

<button class="btn btn-outline-danger" type="button">Danger</button>

<h3>Sizes</h3>

<br>

<h5>large</h5>

<br>

<button class="btn btn-primary btn-lg" type="button">Large button</button>

<button class="btn btn-secondary btn-lg" type="button">Large button</button>

<br>

<h5>Small</h5>

<br>

<button class="btn btn-primary btn-sm" type="button">Small button</button>

<button class="btn btn-secondary btn-sm" type="button">Small button</button>

<h3>Block-level buttons</h3>

<a class="btn btn-secondary btn-block" href="#">First Link</a>

<a class="btn btn-secondary btn-block" href="#">Second Link</a>

<a class="btn btn-success btn-block" href="#">Green Link</a>

<a class="btn btn-secondary btn-block" href="#">A link with a much longer title</a>

<a class="btn btn-info btn-block" href="#">Blue Link</a>

<a class="btn btn-warning btn-block" href="#">Orange Link</a>

<a class="btn btn-danger btn-block" href="#">Red Link</a>

<h5>Checkbox buttons</h5>

<br>

<div class="btn-group" data-toggle="buttons">

<label class="btn btn-primary active">

<input type="checkbox" checked="" autocomplete="off"> Checkbox 1 (pre-checked)

</label>

<label class="btn btn-primary">

<input type="checkbox" autocomplete="off"> Checkbox 2

</label>

<label class="btn btn-primary">

<input type="checkbox" autocomplete="off"> Checkbox 3

</label>

</div>

Arrows rather than bullets

Accordian (not looking great but ok)

<divid="accordion"role="tablist"aria-multiselectable="true"

<divclass="card"

<divclass="card-header"role="tab"id="headingOne"

<h5class="mb-0"

<adata-toggle="collapse"data-parent="#accordion"href="#collapseOne"aria-expanded="true"aria-controls="collapseOne"

Collapsible Group Item #1

</a>

</h5>

</div>

<divid="collapseOne"class="collapse show"role="tabpanel"aria-labelledby="headingOne"

<divclass="card-block"

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

</div>

</div>

</div>

<divclass="card"

<divclass="card-header"role="tab"id="headingTwo"

<h5class="mb-0"

<aclass="collapsed"data-toggle="collapse"data-parent="#accordion"href="#collapseTwo"aria-expanded="false"aria-controls="collapseTwo"

Collapsible Group Item #2

</a>

</h5>

</div>

<divid="collapseTwo"class="collapse"role="tabpanel"aria-labelledby="headingTwo"

<divclass="card-block"

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

</div>

</div>

</div>

<divclass="card"

<divclass="card-header"role="tab"id="headingThree"

<h5class="mb-0"

<aclass="collapsed"data-toggle="collapse"data-parent="#accordion"href="#collapseThree"aria-expanded="false"aria-controls="collapseThree"

Collapsible Group Item #3

</a>

</h5>

</div>

<divid="collapseThree"class="collapse"role="tabpanel"aria-labelledby="headingThree"

<divclass="card-block"

Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.

</div>

</div>

</div>

</div>

1