如果想要使用border radius来实现圆角效果,在给元素添加圆角时应该使用border-radius属性。
例如:
border-radius: 10px;
如果要给元素添加边框,可以使用border属性。
border: 1px solid black;
这样即可同时使用圆角和边框的效果。
上一篇:不能同时对多个列进行COUNT函数的最大化。
下一篇:不能同时使用cuMemcpyHtoDAsync和cuMemcpyDtoHAsync。