Skip to content

Instantly share code, notes, and snippets.

@martinop
Created July 11, 2015 19:51
Show Gist options
  • Save martinop/5fd0199d800ee2ffe313 to your computer and use it in GitHub Desktop.
Save martinop/5fd0199d800ee2ffe313 to your computer and use it in GitHub Desktop.
div#testdiv
{
height:500px;
width:500px;
position: relative;
}
.fuente{
font-family: 'Chewy', cursive;
margin-left: 50px;
margin-bottom: 50px;
}
h1{
color: #EE1F3B;
text-shadow: 1px 1px 2px black;
font-size: 70px;
}
.img{
width: 100%;
height: 100%;
}
.imgequipo{
position: absolute;
top: 90px;
left: 335px;
}
h2{
position: absolute;
top: 110px;
font-family: 'Oswald', sans-serif;
color: #ffe400;
font-size:80px;
font-weight: bold;
left: 30px;
}
body{
margin-top: 100px;
margin-bottom: 100px;
background-color: #eeeeee;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment