CSS Buttons Sascha Michael Trinkaus 7306 45 5 Pure CSS button widget, no images, just some unicode symbols. Full HTML here: trinkaus.cc
Sascha Michael Trinkaus: Added a description, a body background gradient, title attributes and cleaned up a little. Have fun :)
Sascha Michael Trinkaus: Added .buttons a.active { z-index: 1000; } .buttons a:active { z-index: 999; } to optimize the behavior of clicked button elements and their respective shadows. sorry about the code mess. i tried pasting scss but it wouldn't process on the site somehow.
nibelungen: Great, but i´ve added a{ outline-width:0px; } to remove the ugly dotted border while clicking.... :)
5 Comments
× NewAdded a description, a body background gradient, title attributes and cleaned up a little. Have fun :)
Added
.buttons a.active {
z-index: 1000; }
.buttons a:active {
z-index: 999; }
to optimize the behavior of clicked button elements and their respective shadows. sorry about the code mess. i tried pasting scss but it wouldn't process on the site somehow.
Great, but i´ve added a{
outline-width:0px;
} to remove the ugly dotted border while clicking.... :)
Look at this little lightning effect on the buttons OO LOVE IT !
Beautiful!