Files
NativeScript/apps/template-hello-world/app.css
2015-03-03 10:34:40 +02:00

17 lines
222 B
CSS

.title {
font-size: 30;
horizontal-align: center;
margin:20;
}
button {
font-size: 42;
horizontal-align: center;
}
.message {
font-size: 20;
color: #284848;
horizontal-align: center;
}