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 trialIgnacio Andres Rumbo
6,638 Pointsmicrosof edge css flexbox
hi comunity... i have designed a website but when i run it on Edge the site looks very bad. it's like flexbox its not working
3 Answers
Andrey Misikhin
16,529 PointsFlexbox supported by Edge https://caniuse.com/#search=flexbox. Give a link to your site or load your design here https://thimble.mozilla.org/ru/ to share with us.
Ignacio Andres Rumbo
6,638 Pointshi Andrey thenks for your feedback the site is http://exploracocinaydisfruta.com in Chrome and Firefox no problems.
Andrey Misikhin
16,529 PointsAndres, I think that you didn't understand how to use flexbox. You may see course about flexbox on treehouse https://teamtreehouse.com/library/css-flexbox-layout. The easiest way to solve your porblem to delete all flex rules from css, I mean: display: flex; flex-direction: row; flex-wrap: wrap; and your site will be looking the same in different browsers. I checked this method in Edge and block stretched to full width like in Chrome.
Ignacio Andres Rumbo
6,638 Pointsumm maybe i need more practice with flexbox... i must take the course again.. thanks Andrey...