Skip to content

Instantly share code, notes, and snippets.

@tjmichael81
Last active August 29, 2015 14:23
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 tjmichael81/e8d2f67d7a65ef5396d4 to your computer and use it in GitHub Desktop.
Save tjmichael81/e8d2f67d7a65ef5396d4 to your computer and use it in GitHub Desktop.
ArcGIS Online Home Page - Icon Font Example (CSS Only)
<style>
i {
color:#026893;
text-shadow: #d3d3d3 3px 5px 3px;
}
i:hover {
color: #77C144;
}
.linkText {
color:#404040;
font-size:16px;
font-weight:bold;
}
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment