mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
15 lines
252 B
CSS
15 lines
252 B
CSS
.s0 {
|
|
border-width: 1 2 5 10;
|
|
border-color: red green blue yellow;
|
|
width: 80;
|
|
height: 80;
|
|
font-size: 6;
|
|
}
|
|
|
|
.html-view {
|
|
font-size: 10;
|
|
link-color: red;
|
|
color: green;
|
|
font-family: 'Courier New', Courier, monospace;
|
|
}
|