added new example

This commit is contained in:
Paul Colton
2013-09-04 11:31:05 -07:00
parent d4d9dfe17f
commit 821c418936
10 changed files with 101 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

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