Skip to content

Instantly share code, notes, and snippets.

@shahryarjb
Created May 2, 2018 09:52
Show Gist options
  • Save shahryarjb/c063dd22560a18bcc1414c197c1f3bff to your computer and use it in GitHub Desktop.
Save shahryarjb/c063dd22560a18bcc1414c197c1f3bff to your computer and use it in GitHub Desktop.
1-yellow
blockquote {
border-right: 5px solid rgba(233, 223, 46, 0.44);
background-color: #fcf8e3;
}
2- red
blockquote {
border-right: 5px solid rgba(206, 142, 146, 0.75);
background-color: #f2dede;
}
3-blue
blockquote {
border-right: 5px solid #abd7f7;
background-color: #d9edf7;
}
4-green
blockquote {
border-right: 5px solid #b1d07e;
background-color: #dff0d8;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment