style
slinky.web.html.style
object style extends Tag, Attr
The HTML <style>
element contains style information for a document, or part of a document. By default, the style instructions written inside that element are expected to be CSS. Contains CSS styling declarations to be applied to the element. Note that it is recommended for styles to be defined in a separate file or files. This attribute and the <style>
element have mainly the purpose of allowing for quick styling, for example for testing purposes.
Attributes
- Graph
-
- Supertypes
-
trait Attrtrait Tagclass Objecttrait Matchableclass Any
- Self type
-
style.type
Members list
In this article