Skip to content

emudevs/dota2_heroes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

DEMO: https://mrslink.github.io/dota2_heroes/demo.html