gpt4 book ai didi

CSS : How to remove margin between
  • 转载 作者:太空宇宙 更新时间:2023-11-03 20:12:38 27 4
    gpt4 key购买 nike

    我使用 <li> 创建了标签页.我使用 css 添加样式,但问题是,选项卡之间有空格。我尝试添加 margin: 0px;ul.tabs li但空间仍然存在。

    请查看链接 http://jsfiddle.net/cfv65agn/

    谢谢。

    最佳答案

    一个简单的解决方法是将带有“tabs”类的 ul 的字体大小设置为 0,并直接在列表项上设置正确的字体大小。

    这将删除它们之间的默认间距,而不需要神奇的负数。

    我刚刚测试过,以下是有效的:

     ul.tabs {

    font-size: 0;

    }

    ul.tabs li {

    font-size: 16px; /* set to the font size you want */

    }

    关于CSS : How to remove margin between <li>,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28038020/

    27 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com