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 trial

CSS CSS Basics (2014) Getting Started with CSS Importing Style Sheets with @import

Can i use a style sheet i found in view source from someone else's website? If so, how can I make it my own.

the style sheet has someone else website coded into it. I would like it to link from my own external style sheet. how do i do that?

What do you mean? Did you get another persons css?

2 Answers

You can't import a stylesheet from a server you don't have access to.

I say strictly NO to copy someone else's work for three reasons:

  1. It's not ethical.
  2. It's illegal - Intellectual property infringement (unless this an open source project).
  3. You aren't practicing what you learn.

My advise: Use other work only as inspiration. Go out there and create your own work - Let your skills, imagination and creativity do the work for you! It takes a lot of time and effort but at the end you will be proud that you created something original and that you can call it your own.

Cheers!

Thank you.