Skip to content

Instantly share code, notes, and snippets.

View begrafx's full-sized avatar

BEGRAFX begrafx

View GitHub Profile
@begrafx
begrafx / README.md
Created January 4, 2020 23:33 — forked from marlonkjoseph/README.md
Install VSCode extensions for Drupal 8
@begrafx
begrafx / gist:89d1b0823cf6c1548da02448031fb197
Created July 3, 2020 12:20
Make Font Awesome icons have a circle background #fontawesome
<style>
#social [class*="fab fa-"] {
background-color: #2A00FF;
border-radius: 40px;
color: #fff;
height: 40px;
line-height: 40px;
margin: auto 3px;
width: 40px;
font-size: 24px;

Screen width based styles can be applied to most classes. They are

-ns (not small > 48em)

-m (medium >48em <64em)

-l (large >64em).

Tachyons is mobile-first and small is left out as it's the default.