Year: 2015

Essential Sublime Text Plugins
Sublime Text is one of the best editor for developers. It’s comes with lots of unique feature including auto completion, select multiple lines, words and columns and many more. It is a flexible text editor for code, markup and prose. If you are a regular coder then you want to try this amazing editor. Let’s […]
Read More
Guide Using CSS3 Animation
Animation is cool feature of CSS3. Animation is an easiest way to spice up your next project. In short, it lets you change CSS property over specific time duration. It consist of two main components, a style and a set of keyframes that indicate the start and end states of animation’s style. In this article, […]
Read More
Using Web Safe Fonts
The font-family property hold multiple font names as a “fallback” system, to ensure maximum compatibility between browsers and operating systems. If the browser does not support the first font, it tries the next one. Start with the font you want, and end with a generic family, to let the browser pick a similar font in the generic […]
Read More
What is Sass?
Sass stands for Syntactically Awesome Stylesheets Sass is a CSS preprocessor which makes your work simple by facilitating you with variables, mixins, inheritance and ton of cool features that help you to write codes in a much less time. It can be pretty helpful for creating nice & neat code. Using Sass Sass consists of two […]
Read More