Files
NativeScript/apps/ui/app/css/all-non-uniform-border-page.css
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

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;
}