Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法在 codeigniter 中从容器顶部删除边距,这与默认 css 有关,但不知道从哪里删除它。
https://carrarawebsitesolutions.com/
你可以看看顶部,看看我的意思。我已经尝试了多种方法,现在认为这与我在命令区域中的某个地方的 codeigniter 默认 css 有关。
我试过做添加
body { margin: 0px !important; padding 0px !important; }
还是什么都没有
尝试添加margin: 0;到.header h1
margin: 0;
.header h1
那应该解决它。希望这会有所帮助,我建议从Eric Meyer 重置开始。