Skip to content

Instantly share code, notes, and snippets.

@williamnewton
Last active August 29, 2015 13:56
Show Gist options
  • Save williamnewton/9314935 to your computer and use it in GitHub Desktop.
Save williamnewton/9314935 to your computer and use it in GitHub Desktop.
Basic App Screen CSS
.screen {
overflow:hidden;
width:320px;
height:568px;
}
.slider {
position:relative;
float:left;
height:568px;
left:0;
-webkit-transition:all 0.5s ease-in-out;
}
.slider img {
position:relative;
float:left;
height:568px;
width:320px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment