Button UI Kit CSS3 beautiful Button,
<! Doctype html>
<Html lang = "en-US">
<Head>
<Meta charset = "UTF-8">
<Title> Button UI Kit </title>
<Style type = "text/css">
Body {
Background: # 35393d;
}
. Controls_ui {
Width: 300px;
Margin: 40px auto;
}
. Button {
Color: #0f1214;
Text-shadow: 0 1px 0 #484f58;
Margin-bottom: 20px;
Margin-right: 5px;
Border: 1px solid #202124;
Box-shadow: 0 1px 0 #616a74 inset, 0 1px 5px #212528;
Background:-webkit-linear-gradient (top, #474d54, # 2f363d );
Background:-moz-linear-gradient (top, #474d54, # 2f363d );
Background:-ms-linear-gradient (top, #474d54, # 2f363d );
Background:-o-linear-gradient (top, #474d54, # 2f363d );
Background: linear-gradient (top, #474d54, # 2f363d );
}
. Button: nth-child (3n ){
Margin-right: 35px;
}
. Button: hover {
Background:-webkit-linear-gradient (top, #5b6167, # 30373e );
Background:-moz-linear-gradient (top, #5b6167, # 30373e );
Background:-ms-linear-gradient (top, #5b6167, # 30373e );
Background:-o-linear-gradient (top, #5b6167, # 30373e );
Background: linear-gradient (top, #5b6167, # 30373e );
}
. Button: active {
Box-shadow: 0 1px #484c50;
Background:-webkit-linear-gradient (top, #232930, #3c4249 );
Background:-moz-linear-gradient (top, #232930, #3c4249 );
Background:-ms-linear-gradient (top, #232930, #3c4249 );
Background:-o-linear-gradient (top, #232930, #3c4249 );
Background: linear-gradient (top, #232930, #3c4249 );
}
. Round,
. Square {
Width: 30px;
Height: 30px;
}
. Round,
. Roundbig {
Border-radius: 15px;
}
. Square,
. Squarebig {
Border-radius: 5px;
}
. Button: after {
Display: block;
}
. Round: nth-of-type (1): after,
. Square: nth-of-type (4): after {
Content: "\ 2716 ";
}
. Round: nth-of-type (2): after,
. Square: nth-of-type (5): after {
Content: "\ 2714 ";
}
. Round: nth-of-type (3): after,
. Square: nth-of-type (6): after {
Content: "\ 271a ";
}
. Round: nth-of-type (7): after,
. Square: nth-of-type (10): after {
Content: "\ 2717 ";
}
. Round: nth-of-type (8): after,
. Square: nth-of-type (11): after {
Content: "\ 2713 ";
}
. Round: nth-of-type (9): after,
. Square: nth-of-type (12): after {
Content: "\ 271d ";
}
. Roundbig,
. Squarebig {
Width: 80px;
Height: 30px;
}
</Style>
</Head>
<Body>
<Div> <A href = "http://www.999jiujiu.com/"> http://www.999jiujiu.com/</A> </div>
<Div class = "page">
<Section class = "demo">
<Div class = "controls_ui">
<Button type = "button" class = "button round"> </button>
<Button type = "button" class = "button round"> </button>
<Button type = "button" class = "button round"> </button>
<Button type = "button" class = "button square"> </button>
<Button type = "button" class = "button square"> </button>
<Button type = "button" class = "button square"> </button>
<Button type = "button" class = "button round"> </button>
<Button type = "button" class = "button round"> </button>
<Button type = "button" class = "button round"> </button>
<Button type = "button" class = "button square"> </button>
<Button type = "button" class = "button square"> </button>
<Button type = "button" class = "button square"> </button>
<Button type = "button" class = "button roundbig"> Button </button>
<Button type = "button" class = "button roundbig"> Button </button>
<Button type = "button" class = "button roundbig"> Button </button>
<Button type = "button" class = "button squarebig"> Button </button>
<Button type = "button" class = "button squarebig"> Button </button>
<Button type = "button" class = "button squarebig"> Button </button>
</Div>
</Section>
</Div>
</Body>
</Html>
Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.