21 lines
482 B
CSS
21 lines
482 B
CSS
|
/*
|
||
|
Iridium: A responsive HTML5 website template by HTML5Templates.com
|
||
|
Released for free under the Creative Commons Attribution 3.0 license (html5templates.com/license)
|
||
|
Visit http://html5templates.com for more great templates or follow us on Twitter @HTML5T
|
||
|
*/
|
||
|
|
||
|
#header nav a {
|
||
|
}
|
||
|
|
||
|
.button {
|
||
|
background-image: url('images/button.svg');
|
||
|
}
|
||
|
|
||
|
.button:hover {
|
||
|
background-image: url('images/button-hover.svg');
|
||
|
}
|
||
|
|
||
|
.button:active {
|
||
|
background-image: url('images/button-active.svg');
|
||
|
}
|