Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialClaire Weaver
1,579 Pointsdownloading the css file
Every time I unzip the css file, it comes up as a safari page with code on it. Can someone please help? Thanks!
3 Answers
bothxp
16,510 PointsHi Claire,
By default on a Mac if you open a CSS file then it will try and open it using Safari.
I assume that you are trying to follow along with the video and add the normalize.css file to the workspace. What I did was to download the project zip file to my Mac. Then unzip it and open the css folder. Then I could select the normalize.css file and drag & drop it into the upload area in the bottom left of the workspace.
You should be able to drag the file around without opening it.
Does that help ?
Karson Kalt
10,935 PointsThat's how .css items default open on a Mac, so I would just copy and paste the CSS into a new file you create in Workspaces, then paste the code straight into the document.
ibrahim Warsame
7,803 Pointsbothxp how can i become a moderator like you.
bothxp
16,510 PointsHi ibrahim,
Basically you get invited by the treehouse community managers. The mods are just other treehouse students who spend time on the community pages helping people.
I've always found that spending time on the community forum is a good way to improve my own learning whilst at the same time helping out others.
Just get involved, answer other users questions and have some fun. Then you might get an invited too.
ibrahim Warsame
7,803 PointsThanks for the answer. I visited your website and I saw your drawing with P5.js, what is the diffrence between p5.js and processing.js .
bothxp
16,510 PointsI've answered for Processing question over at https://teamtreehouse.com/community/what-is-the-difference-between-p5js-and-processingjs
Claire Weaver
1,579 PointsClaire Weaver
1,579 PointsThank you!