Meet the Snippets
Code snippets are pieces of code that can be re-usable. Well organized and structured they can become a handy library that helps you save time and running projects easier.
Comments (3)Code snippets are pieces of code that can be re-usable. Well organized and structured they can become a handy library that helps you save time and running projects easier.
Comments (3)You have been working on your website for the past few hours, and your CSS is getting bigger and bigger… At this point it is critical that your CSS is “readable” and its classes and ids are easy to find, otherwise your time spent on this project will expand beyond your budged limits (if you […]
Comments (1)Using images for website navigation is not the best practice since search engines and blind users will not be able to read the links content.
However, sometimes we wish or have to use images as navigation elements due the design requirement. That’s where this easy and accessible method comes in handy.