367 followers
Sharing beautifully presented code snippets & resources.
CodePen.io is an online code editor that allows you to develop in an open-source environment. You create 'pens' which display a live-preview as you...
CSS(Cascading Style Sheets) is a rule-based language. It's used to style and lay out pages by defining specific groups of styles that get applied to...
Storing values that you can later reference is one of programmings most basic and fundamental concepts. In JavaScript these named containers are...