Tag: web design

How SASS made my site better

SASS code
Posted July 10, 2010 in CSS, Web development by Paradox

Sass, or Syntactically Awesome StyleSheets, is a CSS interpreter. It lets you use advanced programming features in your Stylesheets, such as conditionals, functions, math, and other things, to aid in writing large, complex stylesheets. Sass can help tremendously when writing both advanced (CSS3) stylesheets, and even basic projects.

Continue reading…

Developing an image free design

css_blur
Posted January 27, 2010 in CSS, HTML by Paradox

With modern CSS properties like gradient, border-radius, and box-shadow, you don’t need images to make a compelling and beautiful website. While you may argue that none of these properties are supported in IE, some actually are (more on this in a bit), and, as for a beautiful web said, Keep calm and carry on (with HTML5)

Continue reading…