IntWebExtensions

ostrat.pWeb.`package`.IntWebExtensions
implicit class IntWebExtensions(thisInt: Int)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def em: CssEm

Extensiom method for CSS em units. Relative to the font-size of the element (2em means 2 times the size of the current font)

Extensiom method for CSS em units. Relative to the font-size of the element (2em means 2 times the size of the current font)

Attributes

def px: CssPx

Extensiom method for CSS px units. Pixels (px) are relative to the viewing device. For low-dpi devices, 1px is one device pixel (dot) of the display. For printers and high resolution screens 1px implies multiple device pixels.

Extensiom method for CSS px units. Pixels (px) are relative to the viewing device. For low-dpi devices, 1px is one device pixel (dot) of the display. For printers and high resolution screens 1px implies multiple device pixels.

Attributes

def vh: CssVh

Extensiom method for CSS vh units. Relative to 1% of the height of the viewport

Extensiom method for CSS vh units. Relative to 1% of the height of the viewport

Attributes

def vw: CssVw

Extensiom method for CSS vw units. Relative to 1% of the width of the viewport

Extensiom method for CSS vw units. Relative to 1% of the width of the viewport

Attributes