mirror of
https://github.com/zhigang1992/RubyMotion-PixateFreestyle.git
synced 2026-01-12 17:52:19 +08:00
14 lines
248 B
CSS
14 lines
248 B
CSS
button {
|
|
text: Pixate Freestyle Rocks!;
|
|
background-image: linear-gradient(blue, lightblue);
|
|
border-radius: 10px;
|
|
border-style: solid;
|
|
border-width: 2px;
|
|
border-color: darkgray;
|
|
}
|
|
|
|
#myView {
|
|
background-image: linear-gradient(white, gray);
|
|
}
|
|
|