/** * A collection of popular layouts and patterns made with CSS (https://csslayout.io) * (c) 2019 - 2020 Nguyen Huu Phuoc */ .hljs, code { font-family: 'Source Code Pro', monospace; font-size: 14px; } .drop-cap:first-letter { border: 2px solid; float: left; font-size: 64px; font-weight: 700; line-height: 1; margin: 0 8px 0 0; padding: 0 8px; }