Files
RubyMotion-PixateFreestyle/Examples/HelloWorld/resources/default.css
2014-02-24 16:03:26 -08:00

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