You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p style="three quarters width with a black
background, light text, red border,
thick border, rounded, lots of padding,
and a drop shadow">
Lorem ipsum...
</p>
原文:https://css-tricks.com/weird-design-languages-with-attributes/
在CSS中,属性选择器具有相当强大的匹配能力。你可以匹配任何属性或者任何具有确定值的属性,甚至这个值以某些文本开头,某些文本结束,或者包含某些文本,等等。如果需要,你会得到一种具有奇异风格“语言”的属性选择器。
比如...
这是个完全编造的属性,在未来的HTML中这并不意味着什么,虽然希望可以像这样。不过我们现在可以选择上它了:
如果我们建立这种“语言”,我们可以做一个替换:
或者甚至将它分开,像这样:
是不是有点怪异?
我有时会看到这样的例子。这有由Dan Chiton写的一个更充实的例子:
提供这种语言的CSS像这样:
Demo: 语义化样式语言练习,在CodePen上, 来自Dan Chilton (@bjork24).
这看起来可能很愚蠢,但有时也有“真实的案例”使用它,不久前Flex 布局属性就用过。
Mark Huot将这种想法和Unicode字符结合起来。HTML像这样如何:
与之匹配的CSS:
Demo: Crazy Box Padding, 在CodePen上,来自 Mark Huot (@markhuot).
这种把样式语言用在属性的想法,离原子性CSS表达的概念不远:
或者 Expressive CSS, 也支持特定风格的类名。
The text was updated successfully, but these errors were encountered: