Skip to main content

55 docs tagged with "CSS Syntax"

View All Tags

::selection

::selection is defined as: to apply style to selected part of document highlight by user (via mouse click or drag or shift+arrow). Topics on: ::selection Only

:active

:active is defined as: Pseudo-Class to match HTMLElement activate by user. Topics on: :active can be used to activate style on user clicking <a> or <button>. Re

:focus-visible

:focus-visible is defined as: Pseudo-Class to match when HTMLElement has focus & apply (default) focus-ring to highlight element. Topics on: . Read more: CSS, C

:hover

:hover is defined as: Pseudo-Class to match HTMLElement when user pointer over HTMLElement. Topics on: will be overwritten by subsequent link Pseudo-Class i.e.

:indeterminate

:indeterminate. Topics on: . Read more: CSS, CSS Syntax, Selector, Pseudo Class|FullStack Wiki by Roger J

:root

:root is defined as: Pseudo-Class to match root element of DOM Tree. Topics on: identical to html selector to rep <html> element. Read more: CSS, CSS Syntax, Se

@font-face

@font-face is defined as: to declare web font - will not trigger immediate download. Topics on: not worth Latency to fetch web fonts from CDN - or add whole pkg

@import

@import. Topics on: . Read more: CSS, CSS Syntax, At Rule, Import|FullStack Wiki by Roger J

@media

@media is defined as: At-Rule to conditionally apply Style Rule vs Media Query. Topics on: Media Query. Read more: CSS, CSS Syntax, At Rule, Media, Style Rule,

abs()

abs() is defined as: to return absolute CSS Value. Topics on: abs() snippets. Read more: CSS, CSS Syntax, CSS Function, CSS Value|FullStack Wiki by Roger J

Absolute Length Unit

Absolute Length Unit is defined as: CSS unit anchor to some physical unit | reference pixel. Topics on: CSS pixel. Read more: CSS, CSS Syntax, CSS Unit, Absolut

Adjacent Sibling Selector

Adjacent Sibling Selector is defined as: + Selector for Sibling Element; E1 + E2 {} where E2 is selector target. Topics on: equivalent to sideways DOM Traversal

At-Rule

At-Rule is defined as: @ prefix Directive to control CSS behavior for next block/line. Topics on: @media, @charset, @import, @namespace, @font-face. Read more:

background-image

background-image. Topics on: add bg image of 2x8 horizontal dots via data Data URI. Read more: CSS, CSS Syntax|FullStack Wiki by Roger J

calc()

calc(). Topics on: ⚠calc() must surround + & - operators with whitespace, can be used with units ie px, %, em. Read more: CSS, CSS Syntax, CSS Function|Dev Wiki

Child Selector

Child Selector is defined as: > Selector for direct Child HTMLElement. Topics on: select first level list element. Read more: CSS, CSS Syntax, Selector, Combina

Class Selector

Class Selector is defined as: .myClass Selector to match any HTMLElement with class attribute. Topics on: Class Selector can be chained onto Type Selector. Read

color

color is defined as: CSS Property to set currentcolor value; foreground color value of element text & text-decoration. Topics on: currentcolor. Read more: CSS,

Combinator

Combinator. Topics on: Adjacent Sibling Selector, General Sibling Selector, Child Selector, Descendent Selector. Read more: CSS, CSS Syntax, Selector, Combinato

Container

Container. Topics on: Cell, Track, Gutter, Grid Line. Read more: CSS, CSS Syntax, CSS Grid, Container|FullStack Wiki by Roger J

CSS Flexbox

CSS Flexbox is defined as: CSS Syntax to layout content as 1D flexible box. Topics on: . Read more: CSS, CSS Syntax, CSS Flexbox|FullStack Wiki by Roger J

CSS function

CSS function. Topics on: calc(), max(), min(), abs(). Read more: CSS, CSS Syntax, CSS Function|FullStack Wiki by Roger J

CSS Grid

CSS Grid is defined as: CSS Syntax to lay out content as 2D grid box. Topics on: Container, grid-template, grid-area, grid-column-end, grid start & end can be e

CSS pixel

CSS pixel is defined as: Absolute Length Unit of 1/96th of 1in. Topics on: . Read more: CSS, CSS Syntax, CSS Unit, Absolute Length Unit, CSS Pixel |web-Dev Wiki

CSS Property

CSS Property is defined as: variable to define visual characteristic of HTMLElement. Topics on: color, text-decoration, display, CSS Shorthand Property Assignme

CSS Shadow Parts

CSS Shadow Parts. Topics on: . Read more: CSS, CSS Syntax|FullStack Wiki by Roger J

CSS Shorthand Property Assignment

CSS Shorthand Property Assignment is defined as: order confusing as hell!. Topics on: TRBL, TB, TLR. Read more: CSS, CSS Syntax, CSS Property | Full-Stack Wiki

CSS Syntax

CSS Syntax is defined as: List of vanilla CSS syntax only, Sass, PCSS, etc in CSS Stack. Topics on: CSS Syntax is case-insensitive for CSS Property (excl Select

CSS Unit

CSS Unit. Topics on: Absolute Length Unit, reference pixel. Read more: CSS, CSS Syntax, CSS Unit|FullStack Wiki by Roger J

CSS Value

CSS Value. Topics on: . Read more: CSS, CSS Syntax, CSS Value|FullStack Wiki by Roger J

currentcolor

currentcolor is defined as: JS Keyword to set/inherit value of element's color CSS Property. Topics on: can be used in place of color property to inherit value

Decorative Line

Decorative Line is defined as: underline, overline, strikethrough. Topics on: . Read more: CSS, CSS Syntax, CSS Property, Text Decoration, Decorative Line| Wiki

Descendent Selector

Descendent Selector is defined as: Selector for Descendant HTMLElement (rel to other HTMLElement). Topics on: apply style to ul.menu>li>a. Read more: CSS, CSS S

display

display is defined as: CSS Property to set Box Generation type. Topics on: block, inline. Read more: CSS, CSS Syntax, CSS Property, Display, Box Generation|Wiki

DOM-Tree Pseudo-Class

DOM-Tree Pseudo-Class. Topics on: :root, :empty, :nth-child, :nth-last-child, :first-child, :last-child, :only-child, :nth-of-type, :nth-last-of-type, :first-of

General Sibling Selector

General Sibling Selector is defined as: ~ Selector less strict Adjacent Sibling Selector; E1 ~ E2 {} where E2 is selector target. Topics on: select <p> preceded

Grouping Selector

Grouping Selector. Topics on: List Selector. Read more: CSS, CSS Syntax, Selector|FullStack Wiki by Roger J

Media Query

Media Query is defined as: CSS Syntax to query Media Type HTML Attribute to adapt Style Rule vs screen config. Topics on: Media Type, Media Feature. Read more:

Media Type

Media Type. Topics on: . Read more: CSS, CSS Syntax, At Rule, Media, Media Query, Media Type|FullStack Wiki by Roger J

Pseudo-Class

Pseudo-Class is defined as: Simple Selector : postfix to match special state of selected element(s). Topics on: :indeterminate, Linguistic Pseudo-Class, Locat

Pseudo-Element

Pseudo-Element is defined as: Selector :: postfix to match part of selected element(s). Topics on: ::after, ::before, ::first-letter, ::first-line, ::placehol

reference pixel

reference pixel. Topics on: . Read more: CSS, CSS Syntax, CSS Unit, Reference Pixel|FullStack Wiki by Roger J

Resource State Pseudo-Class

Resource State Pseudo-Class. Topics on: :playing, :paused. Read more: CSS, CSS Syntax, Selector, Pseudo Class|FullStack Wiki by Roger J

Selector

Selector is defined as: CSS Syntax to define pattern to match HTMLElement instances (& special states) in document to direct Style Rule. Topics on: Simple Selec

shorthand for

shorthand for. Topics on: text-decoration-line, text-decoration-color, text-decoration-style, text-decoration-thickness. Read more: CSS, CSS Syntax, CSS Propert

Sibling Element

Sibling Element is defined as: Elements at same level. Topics on: . Read more: CSS, CSS Syntax, Selector, Combinator, Adjacent Sibling Selector, Sibling Element

Simple Selector

Simple Selector is defined as: Selector to match on single condition. Topics on: Type Selector, Class Selector, ID Selector, Attribute Selector, State Selector.

text-decoration

text-decoration is defined as: CSS Property to set Decorative Lines over text. Topics on: Decorative Line, shorthand for. Read more: CSS, CSS Syntax, CSS Proper

text-decoration-line

text-decoration-line. Topics on: none, underline, overline, line-through, line-through overline, underline line-through. Read more: CSS, CSS Syntax, CSS Propert

text-decoration-style

text-decoration-style. Topics on: solid, dotted, dashed, double, wavy. Read more: CSS, CSS Syntax, CSS Property, Text Decoration, Shorthand For | FullStack Wiki

Track

Track. Topics on: Column, Row. Read more: CSS, CSS Syntax, CSS Grid, Container, Track|FullStack Wiki by Roger J

Type Selector

Type Selector is defined as: Selector to match all instance by typeof HTMLElement node in Document. Topics on: Universal Selector. Read more: CSS, CSS Syntax, S

Universal Selector

Universal Selector is defined as: * Special Type Selector to match every HTMLElement. Topics on: useful for resetting margins. Read more: CSS, CSS Syntax, Selec

User Action Pseudo-Class

User Action Pseudo-Class. Topics on: :hover, :active, :focus, :focus-visible, :focus-within. Read more: CSS, CSS Syntax, Selector, Pseudo Class, User Action Pse

Vendor Prefix

Vendor Prefix is defined as: CSS Syntax to add compat for new CSS feat - use autoprefixer to never need to care about it!. Topics on: use autoprefixer to handle