Skip to content

Instantly share code, notes, and snippets.

@brianleejackson
Last active March 8, 2021 04:37
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 brianleejackson/59d20b32e1f4479dd7b52c62356037a0 to your computer and use it in GitHub Desktop.
Save brianleejackson/59d20b32e1f4479dd7b52c62356037a0 to your computer and use it in GitHub Desktop.
Author bio box CSS. As seen on https://woorkup.com
/*author bio box*/
a.gb-button {
border-bottom: none !important;
}
.author-box a {
border-bottom: 2px solid rgba(35, 117, 214, 0.4);
}
.author-description {
margin-bottom: 5px;
}
.author-box {
padding: 4%;
margin-top: 30px;
display: flex;
flex-wrap: wrap;
background-color: #F2F4F9;
}
.author-box .avatar {
width: 40px;
border-radius: 100%;
margin-right: 20px;
}
.author-title {
margin-bottom: 0.5em;
font-size: 1.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment