When creating style sheets, it is easy for the code in the style sheets to get out of hand. One way to increase load times is to shorten the number of lines in your CSS. Some do it simply in the format of their CSS, by conforming the layout of the brackets and limiting CSS comments. In addition to some format changes, I also like to implement CSS Shorthand. Read more
As a front-end web developer or designer, you may be confused about which unit to use when decalring font-sizes in your CSS. Here I will attempt to explain what each of the possible units means and why one is better than another.Read more