html - Does the Codecademy codebit window distort the real appearance of a website? -


https://www.codecademy.com/jack-aaron/codebits/vl8j7y/

this site i'm working on. code there. looks pretty nice in editor's browsing window. however, when copy-paste code index.html , style.css file respectively on computer , open in browser, styling looks different. image misplaced, sections different sizes , looks wrong. why that?

i think may have answer:

<link rel="stylesheet" href="https://s3.amazonaws.com/codecademy-content/projects/bootstrap.min.css"> 

that's how load bootstrap page because that's "taught" codecademy. work outside of codecademy browser?

welcome stack overflow! now, how work. reason looks odd because whole website designed using pixels. make funky on screens, except 1 designed on.

to make correct, should (need) use percentages. now, why looks weird on there, , other places? different sized places, instance, on codecademy small preview window.

yes, funky, use percentages, not pixels.


Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -