"TEST: Bootstrap 4 cards for Portfolio I course"
Bootstrap 4.0.0 Snippet by chickengiggles

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <h2>Famous Portfolio - Hiroyuki Sawano (Musician)</h2> <p class="small"> <!-- Bio --> Name/birth/etc </p> <div class="row"> <!-- Left Column --> <div class="col-sm"> <h3>Insert Title</h3> <div class="card"> <!-- link to BS4 page: https://v4-alpha.getbootstrap.com/components/card/ --> <img class="card-img-top" src="https://pixabay.com/get/eb3cb00a2df7083ed1534705fb0938c9bd22ffd41cb0164891f4c270a6/fire-2915539_1920.jpg" alt="Placeholder image"> <div class="card-body"> <h3 class="card-title">Review</h3> <h4>Composition:</h4> <p class="card-text"> </p> <h4>Use of light:</h4> <p class="card-text"> </p> <p class="small"> <a href="https://www.artble.com/artists/johannes_vermeer/paintings/the_music_lesson">www.artble.com</a> </p> <a href="#" class="btn btn-primary">Go somewhere</a> </div> </div> </div> <!-- Middle Column --> <div class="col-sm"> One of three columns </div> <!-- Right Column --> <div class="col-sm"> One of three columns </div> </div> </div>
/* Hiroyuki Sawano Born September 12th, 1980 He is a Japanese composer and musician best known for the work he does for anime, TV series and movies. */

Related: See More


Questions / Comments: