Categories: Development

Codepen an excellent source of inspiration

Codepen.io is predominantly used as a place for web designers to showcase their web designs, styles and ideas.  You can easily search for assets or designs and see the source code (Html, CSS and JS). If you needed some ideas of buttons or forms you could search these up on Codepen.

Thats what im getting at, Codepen is an excellent source of inspiration and ideas. You don’t steal the designs and code from Codepen to be exact rather you see the methods and classes used to create that style.

Codepen is purely for front end development, ie code that can be seen or viewed using browser dev tools and no code like PHP. Most recently has been a place for a lot of JS and SVG animation showcases. Whilst these design or most of them are nice to look at you can’t really take a whole lot from this unless you’re into making web animations, i am not.

Codepen is costly

One gripe I have on Codepen is it is very expensive, $9 per month for the pro plan which gives you unlimited “pens” and private “pens” too. The Codepen free plan allows you 1 pen. Pretty useless really, which goes to say why im making the point to get ideas from Codepen rather than use it.

Share

Recent Posts

Kennington reservoir drained drone images

A drained and empty Kennington reservoir images from a drone in early July 2024. The…

2 years ago

Merrimu Reservoir drone images

Merrimu Reservoir from drone. Click images to view larger.

2 years ago

FTP getting array of file details such as size using PHP

Using FTP and PHP to get an array of file details such as size and…

3 years ago

Creating Laravel form requests

Creating and using Laravel form requests to create cleaner code, separation and reusability for your…

3 years ago

Improving the default Laravel login and register views

Improving the default Laravel login and register views in such a simple manner but making…

3 years ago

Laravel validation for checking if value exists in the database

Laravel validation for checking if a field value exists in the database. The validation rule…

3 years ago