Tag › css3


SCSS what are mixins, extends and placeholders
Initially I used LESS for most of my CSS pre-processing, but due to its lazy load structure I started using SCSS which in my opinion is a much more structured and functional compiler.


Bootstrap 4, 3 and 2 css @media rules widths
Here is a quick reference guide containing the default @media rules used by Bootstrap 3 and Bootstrap2. Handy to know if customising things like font sizes.


20 of the Best Web Font icons
Whether you are a developer or a designer for the web, it's always nice to have a collection of icons to use plus ones that can implemented direct with CSS.


Making HTML text read from right to left
I recently had to create a multilingual website, where a languages text had to read from right to left. The answer was to use the direction RTL.


CSS3 border-radius fix for IE6 upwards
This post is a little helper to get around the infamous CSS3 Internet Explorer issue (of which there are many) that covers the CSS3 border-radius.