mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
10 lines
133 B
CSS
10 lines
133 B
CSS
#btn2,
|
|
#btn3,
|
|
#btn4 {
|
|
border-width: 2;
|
|
border-color: teal;
|
|
border-radius: 20;
|
|
font-weight: 400;
|
|
font-size: 32;
|
|
}
|