Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other How to write better CSS! Reply To: How to write better CSS!

#157638
otc
Participant

Thanks, I’m actually working on adding codemirror to it so people can enjoy coding on the site easily.

I’ve already added a hidden section that generate the code. If you look at the code as you write you will see a section called generate. In there I’m rendering the html you are typing in the box.

The idea is by using Edge Inspect CC or similar programs that enable you to view your website in all browsers/devices, you would be developing live to all browsers/devices. I thought that would be kinda cool =D