Skip to content

Instantly share code, notes, and snippets.

@bipinmilan
Created January 2, 2020 01:23
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 bipinmilan/2c32f3787c1eda6f4b1a14b77b5329b8 to your computer and use it in GitHub Desktop.
Save bipinmilan/2c32f3787c1eda6f4b1a14b77b5329b8 to your computer and use it in GitHub Desktop.
/*author info box css*/
.author_bio_section{
background: none repeat scroll 0 0 #F5F5F5;
padding: 15px;
border: 1px solid #ccc;
}
.author_name{
font-size:16px;
font-weight: bold;
}
.author_details img {
border: 1px solid #D8D8D8;
border-radius: 50%;
float: left;
margin: 0 10px 10px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment