Skip to content

Instantly share code, notes, and snippets.

@EliJDonahue
Created November 3, 2016 00:16
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 EliJDonahue/5f99c3e6ceef5a3ae4e8b12f8340bd6b to your computer and use it in GitHub Desktop.
Save EliJDonahue/5f99c3e6ceef5a3ae4e8b12f8340bd6b to your computer and use it in GitHub Desktop.
[ArasLabs/custom-form-css] Snippet from myStyles.css, showing style applied to myIcon
/* Style for custom icons added by CustomFormCSS import package */
#myIcon {
height: 80px;
width: 80px;
position:absolute;
top:40px;
left:10px;
z-index:2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment