gpt4 book ai didi

css - 在哪里使用引号?

转载 作者:行者123 更新时间:2023-12-04 21:49:30 25 4
gpt4 key购买 nike

在 CSS 中应该在哪里以及如何使用引号?

width: 150px;         /* or */ width: "150px";
height: 50%; /* or */ height: "50%";
font-family: Verdana; /* or */ font-family: "Verdana";

最佳答案

如果属性值中有空格,您只需要使用引号。实际上,我认为唯一可能出现这种情况的是字体名称和 URL。

例子:

font-family: "DejaVu Sans", sans-serif;

关于css - 在哪里使用引号?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2899478/

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