在 Aptanastudio 3 中。CSS 格式化程序格式如下:
H1 {
color: white;
background: teal;
FONT-FAMILY: arial, helvetica, lucida-sans, sans-serif;
FONT-SIZE: 18pt;
FONT-STYLE: normal;
FONT-VARIANT: normal
}
我正在尝试编辑它以编写这样的代码(全部在一行中):
H1 { color: white; background: teal; FONT-FAMILY: arial, helvetica, lucida-sans, sans-serif; FONT-SIZE: 18pt; FONT-STYLE: normal; FONT-VARIANT: normal}
在 CSS 格式化程序选项下,我可以编辑逗号、分号等之间的空格……但我找不到如何编辑代码以使其看起来像我想要的那样。