Loading repository data…
Loading repository data…
badrrehman / repository
This is a CSS (cascading style sheet), contains the code of different style buttons that can be used in the HTML web pages. its a pre build and pre compiled css file having css rules to identify , structure, and fix buttons in web page easily. These rules in this css file can be used by calling the classes names in the file BUTTON.CSS.
⦁ Include the stylesheet on your document's
<head>
<link rel="stylesheet" href="button.css">
</head>
⦁ Add the class to the tag as you want to make button . You may also want to include class in tag.
⦁ backFillIn ⦁ backFill ⦁ fillTrans ⦁ backTransIn ⦁ backTransOut ⦁ DiagFill ⦁ glowBall ⦁ butn-backshad ⦁ butn-topFill ⦁ butn-borderIn ⦁ butn-borderOut ⦁ butn-txtbold Button shadow calss: ⦁ butn-shade
⦁ clr-container
⦁ Ginebra ⦁ squiggler
<a href="#" class="butn butn-diagFill butn-reg butn-shad">Your
button</a>
Above example "butn" is simply button class that define the structure of button and "butn-diagFill" is class for style of button,"butn-reg" is class for button size as reg=reguler "butn-shad" is for butn shadow class. Check out all buttons designs
Button.css is not licensed to any one. its a open source package for all.
i'll appriciat to all who would like to contribute to improve button.css project Thanks
@Badr Rehman