mirror of
https://github.com/zhigang1992/RubyMotion-PixateFreestyle.git
synced 2026-01-12 22:51:56 +08:00
11 lines
176 B
CSS
11 lines
176 B
CSS
button {
|
|
text: Pixate Says Hello!;
|
|
background-image: linear-gradient(blue, lightblue);
|
|
border-radius: 10px;
|
|
}
|
|
|
|
#myView {
|
|
background-image: linear-gradient(white, gray);
|
|
}
|
|
|