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

so how do i open the website i just created with css on another computer

so how do i open the website i just created with css on another compute

3 Answers

You either need to transfer the files to the other computer or publish your website to the web.

would that be thought later on or would i have to figure that out myself ?

Either put the html and css files on a thumb drive, or email them to yourself. From the second computer, drag and drop the documents into a folder. Be sure that the relative path of the css file is the same as it is in your html doc (e.g. if the link is "href='main.css'", be sure that the html and css are in the same folder. Then, right click the html, and select open with browser (Safari, Chrome, etc.).

Are you referring to publishing your website?