Skip to content

Instantly share code, notes, and snippets.

@hectorddmx
Created April 11, 2013 15:54
Show Gist options
  • Save hectorddmx/5364594 to your computer and use it in GitHub Desktop.
Save hectorddmx/5364594 to your computer and use it in GitHub Desktop.
Hola en azul
/**
* Hola en azul
*/
html {
color: #EED89C;
font-size: 1.5em;
background: black;
min-height: 100%;
font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
}
#container {
width: 50%;
margin: 0px auto;
}
#chLogo {
position: absolute;
top: 50%;
left: 50%;
width: 500px;
height: 500px;
margin-top: -250px; /* Half the height */
margin-left: -250px; /* Half the width */
}
#systemMsg {
text-align: center;
display: table-cell;
vertical-align: middle;
}
<!-- content to be placed inside <body>…</body> -->
<div id="container">
<img src="http://clubbershouse.com/nivo/img/login/clubbershouse_logo.png"/>
<span id="systemMsg">Disculpa las molestias, estamos remodelando la Cava</span>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"80","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment