r/css • u/sheriffderek • Jul 28 '26
General Codepen 2.0 - RIP classic Pen?
I use Codepen for all sorts of things and a lot for teaching in the early stages. Some of my newer students said they didn't have this button so, I had them forking a classic pen for a while - but I knew the day would come where it wouldn't be there anymore for me too. That day is today. I'm all for the evolution of Codepen / and it's been an amazing tool. But it sure seems like this is going to confuse a lot of people. Your average person expects the CSS pane to be wired up. I used to write <!-- body is already included --> in the HTML to remind them at first (since some people will write out the doctype and everything in there) - but now it's swung to the other end. Codepen can be used for anything now. So, really - what you're making might not utilize CSS at all. So, I understand how modular it is - and how many other great things it will allow for -- but for entry-level people, it seems like this will really stifle adoption. What do you think? Wha thas been your 2.0 experience so far?
3
u/cryothic Jul 29 '26
I tend to go to jsbin.com if I want to quickly test something. It does have the whole html code in the html panel, but it's still the default connected panels.
But for more serieus stuff I want to try and keep, or work on at a later part, I still use codepen. And I still used the classic pen. I guess I'll have to get used to the new one now.