Skip to content

Instantly share code, notes, and snippets.

@ahmedmusawir
Created October 11, 2015 05:39
Show Gist options
  • Select an option

  • Save ahmedmusawir/bd705d6989a3846fcb01 to your computer and use it in GitHub Desktop.

Select an option

Save ahmedmusawir/bd705d6989a3846fcb01 to your computer and use it in GitHub Desktop.
Short Underline for Testimonials or Callouts
img {
margin: 0 auto;
border-radius: 50%;
}
h5 {
padding-bottom: 2rem;
position: relative;
&:after {
content: '';
position:absolute;
bottom: 0;
left: 40%;
right: 40%;
height: 2px;
background:red;
display:block;
// margin-bottom: 2rem;
}
}
p {
padding-top: 2rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment