👩💻 Join our community of thousands of amazing developers!
figure.seventy_wide { width: 70%; } figure.eighty_wide { width: 80%; } figure.row { margin: 0; width: 100%; display: block; } figure.row > figcaption { padding-top: 1em; } figure.row > figure { margin: 0; display: flex; flex-direction: row; justify-content: space-around; } figure.row > figure.two > * { width: 45%; display: block; } figure.row > figure.three > * { width: 30%; display: block; } table.summary { font-...