Skip to content

Instantly share code, notes, and snippets.

@arenoir
Last active July 28, 2020 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arenoir/bd23a450dfdc2ed1e10092bce0887cf9 to your computer and use it in GitHub Desktop.
Save arenoir/bd23a450dfdc2ed1e10092bce0887cf9 to your computer and use it in GitHub Desktop.
Recreation of the "Kindness is everything" sign.
.ally-sign {
background: linear-gradient(90deg, black 25%, transparent 25%);
background-size: 1em 1em;
background-color: #141414;
color: #fff;
padding: 1em;
}
<div class="ally-sign">
<svg viewBox="0 0 200 130">
<text x="0" y="15" textLength="200" font-family="sans-serif" font-weight="lighter" font-size="18" fill="orange">BLACK LIVES MATTER</text>
<text x="0" y="31" textLength="200" font-family="sans-serif" font-size="11" font-weight="400" fill="yellow">WOMEN'S RIGHTS ARE HUMAN RIGHTS</text>
<text x="0" y="53" textLength="200" font-family="sans-serif" font-weight="lighter" font-size="19" font-weight="400" fill="lightskyblue">NO HUMAN IS ILLEGAL</text>
<text x="0" y="78" textLength="200" font-family="sans-serif" font-size="23" font-weight="600" fill="yellow">SCIENCE IS REAL</text>
<text x="0" y="110" textLength="200" font-family="sans-serif" font-size="32" font-weight="100" fill="deeppink" >LOVE&nbsp;&nbsp;IS&nbsp;&nbsp;LOVE</text>
<text x="0" y="128" textLength="200" font-family="sans-serif" font-size="14" font-weight="600" fill="white">KINDNESS IS EVERYTHING</text>
</svg>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment