Skip to content

All Dota2 heroes in one css file!

Latest
Compare
Choose a tag to compare
@emudevs emudevs released this 01 Sep 21:20
· 5 commits to master since this release

All Dota2 heroes in one css file!

How to use:

1. Connect dota-heroes.css file in your project

<link rel="stylesheet" type="text/css" href="/css/dota-heroes.css" />

2. Insert a link or any other unit entering a mandatory class hero and a character name

<a href="#" class="hero abaddon" title="Abaddon"></a>

o automatically specify the type of character, add inside the container object class type

<a href="#" class="hero abaddon" title="Abaddon"><i class="type"></i></a>