Handbook
Glossary
div-css-style ( style -- str )
Vocabulary
html
.
streams
.
private
Inputs
style
an
object
Outputs
str
an
object
Definition
USING:
io.styles
kernel
sequences
;
IN:
html.streams.private
:
div-css-style
( style -- str )
[
span-css-style
]
[
{
{
page-color
bg-css,
}
{
border-color
border-css,
}
{
inset
padding-css,
}
{
wrap-margin
width-css,
}
}
make-css
]
bi
"display: inline-block; "
3append
;