Documentation ¶
Overview ¶
Package cv defines CSS values.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CurrentColor ¶
type CurrentColor struct{}
func (CurrentColor) CSS ¶
func (CurrentColor) CSS() string
type Display ¶
type Display string
Display is a CSS value for display property.
const (
InlineBlock Display = "inline-block"
)
type FontFamily ¶
type FontFamily string
FontFamily is a CSS value for font-family property.
const (
SansSerif FontFamily = "sans-serif"
)
func (FontFamily) CSS ¶
func (ff FontFamily) CSS() string
type VerticalAlign ¶
type VerticalAlign string
VerticalAlign is a CSS value for vertical-align property.
const (
Top VerticalAlign = "top"
)
func (VerticalAlign) CSS ¶
func (va VerticalAlign) CSS() string
Click to show internal directories.
Click to hide internal directories.