mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 11:17:04 +08:00
11 lines
233 B
CSS
11 lines
233 B
CSS
.container {
|
|
width: 200;
|
|
height: 200;
|
|
clip-path: polygon(50% 3%, 3% 100%, 100% 100%);
|
|
background-color: black;
|
|
}
|
|
.elementStyle {
|
|
width: 200;
|
|
height: 200;
|
|
clip-path: polygon(50% 3%, 3% 100%, 100% 100%);
|
|
} |