Skip to content

Instantly share code, notes, and snippets.

// assume a function retrieves data from the repositories and leaves us with a 2-dimensional array
// the size of the number of the repositories, and each repository's array containing
// key value paired objects of the byte size and name of the language
// repositories:
// [
// [
// {
// name: 'CSS',
// size: 2000
cards-marketing {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 0.75rem;
max-width: calc(640px - 1.5rem);
margin: 0 auto; }