mirror of
https://github.com/zhigang1992/RubyMotion-PixateFreestyle.git
synced 2026-04-29 05:05:38 +08:00
added new example
This commit is contained in:
BIN
Examples/HelloWorld/resources/Default-568h@2x.png
Normal file
BIN
Examples/HelloWorld/resources/Default-568h@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
10
Examples/HelloWorld/resources/default.css
Normal file
10
Examples/HelloWorld/resources/default.css
Normal file
@@ -0,0 +1,10 @@
|
||||
button {
|
||||
text: Pixate Says Hello!;
|
||||
background-image: linear-gradient(blue, lightblue);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#myView {
|
||||
background-image: linear-gradient(white, gray);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user