Created
November 3, 2016 00:16
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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