Skip to content

Instantly share code, notes, and snippets.

@mikebranstein
Created March 27, 2016 12:30
Show Gist options
  • Save mikebranstein/2547bf93e04cdffac1a2 to your computer and use it in GitHub Desktop.
Save mikebranstein/2547bf93e04cdffac1a2 to your computer and use it in GitHub Desktop.
CSS for the buttons backed by an image in the My Robot NativeScript app
Button {
background-repeat: no-repeat;
background-size: 340px 340px;
background-position: left top;
width: 340px;
height: 340px;
}
#mike {
background-image: url("res://mike");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment