Creating a fixed footer with CSS
A webpage often contains too little content to fill the vertical height of the browser portal. This means that any…
productivity through technology
A webpage often contains too little content to fill the vertical height of the browser portal. This means that any…
The CAT curriculum, unfortunately, teaches a very old version of HTML. Modern web development has moved on dramatically. One of…
I love that CSS3 allows zebra-striping of tables using the nth-child() selector. The nth-child() selector can be a number, a keyword,…