fgirbal / hackerschool-buttons

HackerSchool themed buttons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hackerschool Buttons

To use Hackerschool Buttons, download and/or link to the following file in your HTML:

<link rel="stylesheet" type="text/css" href="resources/button.css">

Each button can be embed in an HTML using a <button> tag, as described below:

<button onclick="window.location.href='[LINK]'" class="hackerBtn [SIZE]"><em class="Image"></em><span class="vertical-bar">|</span> [TEXT]]</button>

Where:

  • [SIZE] - small, medium or big
  • [LINK] - final destination of the button
  • [TEXT] - the text to appear in the button

About

HackerSchool themed buttons


Languages

Language:HTML 76.6%Language:CSS 23.4%