Skip to content

Instantly share code, notes, and snippets.

@tiagodealmeida
Created September 25, 2016 19:20
Show Gist options
  • Save tiagodealmeida/110d26da2c79af38f269ed1660a11b0b to your computer and use it in GitHub Desktop.
Save tiagodealmeida/110d26da2c79af38f269ed1660a11b0b to your computer and use it in GitHub Desktop.
.container {
position: relative;
top: 100px;
width: 80%;
margin: 0 100px 0 auto;
color: #34495e;
font-family: Fester, 'Economica', Futura, Helvetica, Arial, sans-serif;
letter-spacing: 1px;
line-height: 130%;
}
.myname {
position: relative;
padding: auto;
}
a {
color: #34495e;
}
h1 {
letter-spacing: 2px;
}
.email h3 {
letter-spacing: 2px;
}
/* background image */
#background {
position: fixed;
top: -1%;
left: -30%;
width: 200%;
height: 200%;
z-index: -1;
}
#background img {
position: relative;
bottom: 610px;
left: 400px;
margin: auto;
min-width: 63%;
min-height: 45%;
opacity: 0.8;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment