How do I take code from Codepen, and use it locally?

后端 未结 5 1276
醉梦人生
醉梦人生 2021-02-01 21:03

How do I take the code from codepen, and use it locally in my text-editor?

http://codepen.io/mfields/pen/BhILt

I am trying to have a play with this creation loca

5条回答
  •  眼角桃花
    2021-02-01 21:18

    Joe Fitter is right, but I think is better to export your pen (use the export to export.zip option for using your pen locally). This will give you a working version of your pen without having to copy and paste the CSS, JavaScript and HTML code and without having to make changes on it for making it work.

提交回复
热议问题