Skip to content

Instantly share code, notes, and snippets.

@glaucia86
Created March 8, 2017 16:19
Show Gist options
  • Save glaucia86/1f62cee75726f428d618c2ac0d494d7e to your computer and use it in GitHub Desktop.
Save glaucia86/1f62cee75726f428d618c2ac0d494d7e to your computer and use it in GitHub Desktop.
Estilo- App Intro Star Wars: Parte II
@import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700);
body {
margin: 0;
background: #000;
overflow: hidden;
}
.intro {
position: absolute;
top: 40%;
left: 20%;
z-index: 1;
}
.intro_texto {
font-family: "News Cycle", sans-serif;
color: #00BFFF;
font-weight: 400;
letter-spacing: .1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment