<!-- App Store button --><ahref="#"class="btn-market btn-apple"role="button"><spanclass="btn-market-subtitle">Download on the</span><spanclass="btn-market-title">App Store</span></a><!-- Google Play button --><ahref="#"class="btn-market btn-google"role="button"><spanclass="btn-market-subtitle">Download on the</span><spanclass="btn-market-title">Google Play</span></a><!-- Windows store button --><ahref="#"class="btn-market btn-windows"role="button"><spanclass="btn-market-subtitle">Download on the</span><spanclass="btn-market-title">Windows Store</span></a><!-- Amazon button --><ahref="#"class="btn-market btn-amazon"role="button"><spanclass="btn-market-subtitle">Order now at</span><spanclass="btn-market-title">Amazon.com</span></a><!-- Outline variant example --><ahref="#"class="btn-market btn-outline btn-google"role="button"><spanclass="btn-market-subtitle">Download on the</span><spanclass="btn-market-title">Google Play</span></a>
// App Store buttona(href="#",role="button").btn-market.btn-applespan.btn-market-subtitleDownload on thespan.btn-market-titleApp Store// Google Play buttona(href="#",role="button").btn-market.btn-googlespan.btn-market-subtitleDownload on thespan.btn-market-titleGoogle Play// Windows store buttona(href="#",role="button").btn-market.btn-windowsspan.btn-market-subtitleDownload on thespan.btn-market-titleWindows Store// Amazon buttona(href="#",role="button").btn-market.btn-amazonspan.btn-market-subtitleOrder now atspan.btn-market-titleAmazon.com// Outline variant examplea(href="#",role="button").btn-market.btn-outline.btn-googlespan.btn-market-subtitleDownload on thespan.btn-market-titleGoogle Play
<!-- Large solid button --><buttontype="button"class="btn btn-primary btn-lg">Large button</button><!-- Normal solid button --><buttontype="button"class="btn btn-primary">Normal button</button><!-- Small solid button --><buttontype="button"class="btn btn-primary btn-sm">Small button</button><!-- Large outline button --><buttontype="button"class="btn btn-outline-primary btn-lg">Large button</button><!-- Normal outline button --><buttontype="button"class="btn btn-outline-primary">Normal button</button><!-- Small outline button --><buttontype="button"class="btn btn-outline-primary btn-sm">Small button</button><!-- Block solid button --><buttontype="button"class="btn btn-primary d-block w-100">Block level button</button><!-- Block outline button --><buttontype="button"class="btn btn-outline-primary d-block w-100">Block level button</button>
// Large solid buttonbutton(type="button").btn.btn-primary.btn-lgLargebutton// Normal solid buttonbutton(type="button").btn.btn-primaryNormalbutton// Small solid buttonbutton(type="button").btn.btn-primary.btn-smSmallbutton// Large outline buttonbutton(type="button").btn.btn-outline-primary.btn-lgLargebutton// Normal outline buttonbutton(type="button").btn.btn-outline-primaryNormalbutton// Small outline buttonbutton(type="button").btn.btn-outline-primary.btn-smSmallbutton// Block solid buttonbutton(type="button").btn.btn-primary.d-block.w-100Blocklevelbutton// Block outline buttonbutton(type="button").btn.btn-outline-primary.d-block.w-100Blocklevelbutton