Files
2016-07-06 16:09:11 +03:00

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.