Last active
March 8, 2017 19:16
-
-
Save glaucia86/65db4eb594dd00d91f59a7910cf0734b to your computer and use it in GitHub Desktop.
Style - App Intro Star Wars: Parte 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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; | |
} | |
.historia { | |
position: absolute; | |
top: 80%; | |
} | |
.historia_texto { | |
font-family: "News Cycle", sans-serif; | |
font-weight: 700; | |
color: #FFD700; | |
text-align: justify; | |
letter-spacing: .1em; | |
line-height: 1.1em; | |
} | |
.paragrafos { | |
position: absolute; | |
left: 15%; | |
width: 70%; | |
z-index: 1; | |
transform-origin: 50%; | |
transform: perspective(300px) rotateX(20deg); | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment