gpt4 book ai didi

html - 如何更改空白 : nowrap? 的默认边距

转载 作者:行者123 更新时间:2023-11-28 16:38:34 25 4
gpt4 key购买 nike

这是 JSFIDDLE我想要制作 img 标签:margin-right:1px;但是当我设置空白:nowrap;我不能那样做。我该怎么办??

最佳答案

试试这个 http://jsfiddle.net/FPBWr/522/

html, body {margin: 0; padding: 0;}

#myWorkContent{
width: 100%;
height: 65px;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
margin-top: 30px;
}
#myWorkContent img {
display: inline-block;
width: 50px;
height: 50px;
cursor: pointer;
margin: 0;
padding: 0;
margin-right:-3px;
}

关于html - 如何更改空白 : nowrap? 的默认边距,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24427890/

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