Buttons

Buttons vs links, some perspectives

See also links

Large

Example on this page
<button type="button" class="btn btn-primary btn-lg">Large button</button>
<button type="button" class="btn btn-light btn-lg">Large button</button>
<button type="button" class="btn btn-danger btn-lg">Large button</button>

Medium / Normal


<button type="button" class="btn btn-primary">Explore courses</button>
<button type="button" class="btn btn-danger">Find a researcher</button>
<button type="button" class="btn btn-warning">Request a call back</button>
<button type="button" class="btn btn-light">Find an expert</button>