Simple & Nice pagination
This simple pagination bar is inspired from a design here.
There is just simple HTML markup, who is styled by the most of best CSS3 features, as border-radius
, gradient-background
, and pseudo classes & selectors :hover
:active
:first-child
:last-child
:nth-child(*)
.
Just look up the following code to understand how it works.