Skip to content

Instantly share code, notes, and snippets.

@MasnadNehith
Created July 8, 2018 17:19
Show Gist options
  • Select an option

  • Save MasnadNehith/577cdab8499ac030095e71ca9ca8fab8 to your computer and use it in GitHub Desktop.

Select an option

Save MasnadNehith/577cdab8499ac030095e71ca9ca8fab8 to your computer and use it in GitHub Desktop.
/*--CSS--*/
.block {
text-align: center;
vertical-align: middle;
}
.circle {
background: #7f86ff;
border-radius: 200px;
color: white;
height: 150px;
font-weight: bold;
width: 150px;
display: table;
margin: 20px auto;
box-shadow: 0px 0px 30px #00b2fff2;
}
.circle p {
vertical-align: middle;
display: table-cell;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment