Horje
default button width in column flex direction bootstrap Code Example
default button width in column flex direction bootstrap
<body>
  <div class="container">
    <div class="row pt-4" id="cards">
      <div class="card-deck">
        <div class="card">
          <div class="card-body d-flex flex-column">
            <div>  <!-- Just wrap anchor/button in another div --> 
              <a rel="nofollow" href="#" class="btn btn-primary mt-auto">Set a Goal</a>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</body>




Html

Related
DWS Basic HTML Template Code Example DWS Basic HTML Template Code Example
phpstrom goto bookmark Code Example phpstrom goto bookmark Code Example
html.raw to list model Code Example html.raw to list model Code Example
Error: Stray start tag script. Code Example Error: Stray start tag script. Code Example
detect changes in html binded property angular 8 Code Example detect changes in html binded property angular 8 Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9