mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
14 lines
151 B
CSS
14 lines
151 B
CSS
Page {
|
|
background-color: white;
|
|
}
|
|
|
|
ScrollView {
|
|
margin: 10;
|
|
}
|
|
|
|
.title {
|
|
horizontal-align: center;
|
|
font-size: 24;
|
|
margin: 6 0;
|
|
}
|