mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
21 lines
641 B
Markdown
21 lines
641 B
Markdown
---
|
|
nav-title: "styling How-To"
|
|
title: "styling"
|
|
environment: nativescript
|
|
description: "Examples for using styling"
|
|
previous_url: ApiReference/ui/styling/HOW-TO
|
|
---
|
|
# Styling
|
|
### Setting CSS to a page
|
|
{%snippet article-setting-css-page%}
|
|
## Using CSS selectors
|
|
### Using type selector
|
|
{%snippet article-using-type-selector%}
|
|
### Using class selector
|
|
{%snippet article-using-class-selector%}
|
|
### Using id selector
|
|
{%snippet article-using-id-selector%}
|
|
### Using state selector
|
|
{%snippet article-using-state-selector%}
|
|
For information and example how to use style properties please refer to special [**Styling**](../../../styling.md) topic.
|