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 trialThomas Weld
12,293 PointsSometimes Guil is accessing multiple CSS documents... but when I use CodePen, I can only see one??
Is there a way to access multiple CSS docs in CodePen that I'm missing??
1 Answer
Sreng Hong
15,083 PointsHi Thomas
I am not sure if CodePen can do that.
By the way, what is the other CSS file that you want to access? Is it normalize.css or reset.css?
If so, you can add that. There is a gear icon at top-left that you can select to add it.
Hope this helps.
Thomas Weld
12,293 PointsThomas Weld
12,293 PointsI don't have a specific example, there's just been a few lessons where he's had two CSS files and only one is available via CodePen. If it comes up again, I'll let you know which lesson it is. Thanks!
Sreng Hong
15,083 PointsSreng Hong
15,083 PointsGood man!!! Your welcome.
Thomas Weld
12,293 PointsThomas Weld
12,293 PointsSreng .. found an example. Full-Page Animation Project: Part 1 .. he's accessing animation.css and main.css ... in codepen we only have access to animation.css . Granted, he only makes minor changes to main.css ... it still bothers me that I can't follow along and make the same changes for myself
Sreng Hong
15,083 PointsSreng Hong
15,083 PointsI think you can solve this problem by using only one css file (main.css). All you have to do is move the codes in animation.css to main.css, it'll work fine. The reason that he use animation.css because he wants to make css files well organized.
Thomas Weld
12,293 PointsThomas Weld
12,293 PointsOk, that works. Thanks again for the feedback