mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 14:20:22 +08:00
15 lines
168 B
CSS
15 lines
168 B
CSS
.class-style {
|
|
font-size:55;
|
|
color: red;
|
|
|
|
}
|
|
|
|
#id-style {
|
|
background-color: blue;
|
|
}
|
|
|
|
Label {
|
|
border-color:black;
|
|
border-radius: 25;
|
|
margin: 10px;
|
|
} |