简体   繁体   English

css 不适用于不同的浏览器

[英]css not applying in different browsers

So, I have this page, please view my codepen https://codepen.io/gianlucaps/pen/GRvVjmZ所以,我有这个页面,请查看我的codepen https://codepen.io/gianlucaps/pen/GRvVjmZ

so when I run this code on my live site, it looks perfect on safari, but when I run it on chrome, or Firefox, it looks absolutely terrible.因此,当我在我的实时站点上运行此代码时,它在 safari 上看起来很完美,但是当我在 chrome 或 Firefox 上运行它时,它看起来非常糟糕。 the css is all over the place, certain things dont even fit on the page, I have no idea why. css 到处都是,某些东西甚至不适合页面,我不知道为什么。 what am I missing?我错过了什么?

Hope it's work for you.希望它对你有用。

You need to remove height from here你需要从这里删除高度

.wrap { /*height: 100%;*/ display: flex;}

NOTE: please set your code according to HTML format.注意:请根据 HTML 格式设置您的代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM