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 trialMarissa Richardson
47,542 PointsHow do I give my repository cross-browser compatibility?
I just created my first GitHub Pages repository. I used media queries and webkits, but my site still looks funny in some browsers. How do you guys make your projects compatible across several browsers? You can view my repository on my profile. It looks good in Chrome, but it has some quirks in other browsers. Thanks.
Marissa Richardson
47,542 PointsHere is the GitHub link: http://mricha14.github.io/DemoLayout1/
1 Answer
Aaron HARPT
19,845 PointsTry using this meta tag:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Marissa Richardson
47,542 PointsYour right. I totally forgot to include that. This helps solve my mobile issues, but the site still looks funky on some browsers. Thanks for the tip!
Casey Ydenberg
15,622 PointsCasey Ydenberg
15,622 PointsCan you provide a link? Is it live?