enum CSS::Position

Defined in:

css/position.cr

Enum Members

Absolute = 0
Relative = 1

Instance Method Summary

Instance Method Detail

def absolute? #

[View source]
def relative? #

[View source]
def to_s(io : IO) #
Description copied from struct Enum

Appends a String representation of this enum member to the given io.

See also: #to_s.


[View source]