Skip to content

Instantly share code, notes, and snippets.

@EvanHerman
EvanHerman / bootstrap-alert.css
Created March 17, 2018 13:09
Bootstrap Alert CSS
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;