Skip to content

Instantly share code, notes, and snippets.

@lisacatalano
Last active January 1, 2016 13:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lisacatalano/e23d51917590263d8bf6 to your computer and use it in GitHub Desktop.
Save lisacatalano/e23d51917590263d8bf6 to your computer and use it in GitHub Desktop.
Next Step Sass - styling for last slide
&:last-of-type {
font-size: 2.2em;
line-height: 1.2em;
p {
margin-top: 10px;
width: 60%;
float: left;
}
img {
float: left;
margin: 20px 5px;
opacity: .8;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment