Skip to content

Instantly share code, notes, and snippets.

@L1fescape
Created March 31, 2020 09:48
Show Gist options
  • Save L1fescape/8067d578f1c63c3461f4322389b46cc6 to your computer and use it in GitHub Desktop.
Save L1fescape/8067d578f1c63c3461f4322389b46cc6 to your computer and use it in GitHub Desktop.
◕‿‿◕
<div>◕‿‿◕</div>
$size: 120px;
div {
width: $size;
height: $size;
line-height: $size;
font-size: $size/4;
border-radius: $size;
text-align: center;
color: #222;
background: white;
box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.5);
border: 1px solid #333;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment