Skip to content

Instantly share code, notes, and snippets.

@tomtobac
Created November 30, 2018 10:43
Show Gist options
  • Select an option

  • Save tomtobac/056dca02b637bc77cad3fe5b507d7f73 to your computer and use it in GitHub Desktop.

Select an option

Save tomtobac/056dca02b637bc77cad3fe5b507d7f73 to your computer and use it in GitHub Desktop.
circles
<div
class="u-margin-bottom--huge u-display--flex u-justify-content--center u-align-items--center"
>
<svg height="45" width="45">
<circle
cx="22.5"
cy="22.5"
r="22.5"
stroke-width="1"
fill="#40b28c"
></circle>
<text
x="50%"
y="50%"
text-anchor="middle"
stroke="#fff"
stroke-width="1px"
dy="0.3em"
class="c-file-upload-modal__circle-text"
style="letter-spacing: 2px;"
>
Auto
</text>
</svg>
-&gt;<svg height="45" width="45">
<circle
cx="22.5"
cy="22.5"
r="22.5"
stroke-width="1"
fill="#40b28c"
></circle>
<text
x="50%"
y="50%"
text-anchor="middle"
stroke="#fff"
stroke-width="1px"
dy=".3em"
class="c-file-upload-modal__circle-text"
style="letter-spacing: 1.5px;"
>
Manual
</text>
</svg>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment