- CSS Pagination
Pagination is a very common thing to do when it comes to displaying data or displaying large amount of data. Pagination also gives you the flexibility to load data page by page which eases the load on your backend. <div class=”col-9″ id=”pag_1″> <div class=”pagination”> <a href=”#”>«</a> <a…
- CSS Media Queries
@media can be used to apply part of a style sheet based on the result of one or more media queries . With it, you specify a media query and a block of CSS to apply to the document if and only if the media query matches the device on which the content is being used. @media […]
- CSS Gradients
CSS gradients let you display smooth transitions between two or more specified colors. Gradients can be used anywhere you would use an <image>, such as in backgrounds. Because gradients are dynamically generated, they can negate the need for the raster image files that traditionally were used to…
- CSS Grid
Source code on Github
- CSS Page Layout
Source code on Github