A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/css/selectors/Universal below:

Universal · WebPlatform Docs

Universal Examples

The following style rule draws a thin orange border around every element on the page.

<style>
    * { border: 1px solid orange; }
</style>
Notes Remarks

The universal selector matches every element in the document tree. If the universal selector is not the only component of a simple selector, the “*” may be omitted. For example:

Syntax

* {...}

Parameters

This (*) selector has no parameters.

Standards information See also Related articles Selectors Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4