Select Page

A reference for CSS

All of the properties, pseudo-classes, etc that can be called with CSS: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference?redirectlocale=en-US&redirectslug=CSS%2FCSS_Reference

Working with CSS floats

In the land of CSS, the property ‘float’ is typically used to help wrap text around images.  It can also be used to layout other HTML elements to make webpages work across different resolutions and devices. However, as many web developers have found out,...

Web fonts

Typically, browsers support a very limited number of fonts for use on websites: However, Google offers a large repository of fonts that can be used on any website.  Check this out: http://www.google.com/fonts/ If you want to use a font, simply click ‘quick...