Line 1: | Line 1: | ||
− | {{US_AFRL_CarrollHS/WikiStripDown}} {{US_AFRL_CarrollHS/Layout!}} {{US_AFRL_CarrollHS/Bootstrap1}} {{US_AFRL_CarrollHS/Bootstrap2}} {{US_AFRL_CarrollHS/Bootstrap3}} {{US_AFRL_CarrollHS/Bootstrap4}} {{US_AFRL_CarrollHS/Bootstrap8}} {{US_AFRL_CarrollHS/navbar}} {{US_AFRL_CarrollHS/hero}} | + | {{US_AFRL_CarrollHS/WikiStripDown}} {{US_AFRL_CarrollHS/Layout!}} {{US_AFRL_CarrollHS/Bootstrap1}} {{US_AFRL_CarrollHS/Bootstrap2}} {{US_AFRL_CarrollHS/Bootstrap3}} {{US_AFRL_CarrollHS/Bootstrap4}} {{US_AFRL_CarrollHS/Bootstrap8}} {{US_AFRL_CarrollHS/navbar}} {{US_AFRL_CarrollHS/hero}} |
− | + | ||
+ | <html> | ||
+ | <div class> | ||
+ | <div class="card" style="width: 18rem;"> | ||
+ | <img class="card-img-top" src="..." alt="Card image cap"> | ||
+ | <div class="card-body"> | ||
+ | <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="card-deck"> | ||
+ | <div class="card bg-primary"> | ||
+ | <div class="card-body text-center"> | ||
+ | <p class="card-text">Some text inside the first card</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="card bg-warning"> | ||
+ | <div class="card-body text-center"> | ||
+ | <p class="card-text">Some text inside the second card</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="card bg-success"> | ||
+ | <div class="card-body text-center"> | ||
+ | <p class="card-text">Some text inside the third card</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="card bg-danger"> | ||
+ | <div class="card-body text-center"> | ||
+ | <p class="card-text">Some text inside the fourth card</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
</html> | </html> | ||
+ | {{US_AFRL_CarrollHS/footer}} |
Revision as of 20:14, 8 October 2018
Some quick example text to build on the card title and make up the bulk of the card's content.
Some text inside the first card
Some text inside the second card
Some text inside the third card
Some text inside the fourth card