Created
April 11, 2013 15:54
-
-
Save hectorddmx/5364594 to your computer and use it in GitHub Desktop.
Hola en azul
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
/** | |
* 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; | |
} |
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
<!-- 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> |
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
// alert('Hello world!'); |
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
{"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