Skip to content

Instantly share code, notes, and snippets.

@2shrestha22
Created August 8, 2019 10:05
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 2shrestha22/d5540c6b6f91156c1d1c96b8527cf3b3 to your computer and use it in GitHub Desktop.
Save 2shrestha22/d5540c6b6f91156c1d1c96b8527cf3b3 to your computer and use it in GitHub Desktop.
pre {
color: white;
border-left: 6px solid #bbb;
padding:5px 10px;
background: rgb(105,105,105);
font-size: 14px;
margin-right: 50px;
white-space:pre-wrap;
}
pre::selection { color: #696969; background: rgba(255, 255, 255, 0.996);
; }
.avatar {
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
code {
padding: 2px;
border-radius: 2px;
color: #23282d;
background: #f3f4f5;
font-family: Menlo,Consolas,monaco,monospace;
font-size: inherit;
}
/*Mailchimp*/
.newsletter-wrapper{
color: white;
padding: 15px;
display: block;
background-color: #e8554e;
text-align: center;
}
.newsletter-wrapper h2{
color: white;
}
.newsletter-wrapper p{
text-align:left;
}
.newsletter-wrapper input[type=email]{
text-align:center;
width:90%;
}
.newsletter-wrapper input[type=submit]{
margin: 15px 0px;
text-align:center;
width: 90%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment