Dynamically loaded cards using d3.js

Bootstrap 4

done Built-in dynamic equal height and width (bugged)

unequal width currently fixed with

.card-deck .card {
  width: initial;
}
                
Material Design Lite

done Dynamic equal height and width via css tricks

done Built-in shadow support