mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
19 lines
339 B
CSS
19 lines
339 B
CSS
#padding {
|
|
padding: 10;
|
|
}
|
|
|
|
#border {
|
|
border-width: 10;
|
|
border-color: black;
|
|
}
|
|
|
|
#background-color {
|
|
background-color: yellow;
|
|
}
|
|
|
|
/*#background-image {
|
|
background-image: url('~/ui-tests-app/pages/test2.png');
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-size: 100% 100%;
|
|
}*/ |