---
title: CSS Basic User Interface
slug: Web/CSS/CSS_Basic_User_Interface
tags:
- CSS
- CSS Basic User Interface
- Overview
- Reference
translation_of: Web/CSS/CSS_Basic_User_Interface
---
{{CSSRef}}
CSS Basic User Interface is a CSS module that lets you define the rendering and functionality of features related to the user interface.
Reference
Properties
- {{CSSxRef("appearance")}} {{Experimental_Inline}}
- {{CSSxRef("box-sizing")}}
- {{CSSxRef("cursor")}}
- {{CSSxRef("ime-mode")}} {{Deprecated_Inline}}
- {{CSSxRef("nav-down")}} {{Experimental_Inline}}
- {{CSSxRef("nav-left")}} {{Experimental_Inline}}
- {{CSSxRef("nav-right")}} {{Experimental_Inline}}
- {{CSSxRef("nav-up")}} {{Experimental_Inline}}
- {{CSSxRef("outline")}}
- {{CSSxRef("outline-width")}}
- {{CSSxRef("outline-style")}}
- {{CSSxRef("outline-color")}}
- {{CSSxRef("outline-offset")}}
- {{CSSxRef("resize")}}
- {{CSSxRef("text-overflow")}}
- {{CSSxRef("user-select")}} {{Experimental_Inline}}
Guides
- Using URL values for the
cursor
property
- Explains how a URL can be used with the {{CSSxRef("cursor")}} property to produce custom cursors.
Specifications
Specification |
Status |
Comment |
{{SpecName("CSS4 Basic UI")}} |
{{Spec2("CSS4 Basic UI")}} |
|
{{SpecName("CSS3 Basic UI")}} |
{{Spec2("CSS3 Basic UI")}} |
|
{{SpecName("CSS2.1", "ui.html")}} |
{{Spec2("CSS2.1")}} |
Initial definition. |