Skip to content

Instantly share code, notes, and snippets.

@atcraigwatson
Created February 6, 2017 21:12
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 atcraigwatson/bfa6ede05ee3967e964094d68cf58443 to your computer and use it in GitHub Desktop.
Save atcraigwatson/bfa6ede05ee3967e964094d68cf58443 to your computer and use it in GitHub Desktop.
.home section#text-10,
.home section#text-11,
.home section#text-12,
.home section#text-13 {
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
background: #8f1538;
color: #fff;
position: relative;
z-index: 10;
margin: 2.5%;
flex-basis: 45%;
}
.home section#text-10::after,
.home section#text-11::after,
.home section#text-12::after,
.home section#text-13::after {
content: "";
display: block;
position: absolute;
width: 50px;
height: 50px;
bottom: -15px;
left: calc( 50% - 25px );
background: #8f1538;
border-radius: 25px;
z-index: -1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment