Skip to content

Instantly share code, notes, and snippets.

@dreamerkumar
Created September 21, 2016 14:56
Show Gist options
  • Save dreamerkumar/53ba954e3443eaec9520a1691ca6920e to your computer and use it in GitHub Desktop.
Save dreamerkumar/53ba954e3443eaec9520a1691ca6920e to your computer and use it in GitHub Desktop.
CSS - Scale the size of an element or image
scaled {
transform: scale(1.05,1.05);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment