This commit is contained in:
Samuel Vasko 2013-09-24 22:23:19 +02:00
parent f6518cc02d
commit ce366c03da
2 changed files with 14 additions and 3 deletions

View File

@ -150,12 +150,22 @@ main {
padding: 0em 6%;
}
#logo {
top: 6%;
#logo, #pitch {
text-align: center;
position: absolute;
width: 100%;
padding: 1em 0;
}
#logo {
top: 50px;
}
#pitch {
top: 100px;
font-size: 0.6em;
font-style: italic;
color: #222;
text-shadow: 1px 1px 0 rgba(88, 88, 88, 0.5)
}
#logo img {

View File

@ -17,6 +17,7 @@
<div class="wrapper">
<header>
<div id="logo"><img src="img/logo.svg"></div>
<div id="pitch">Portable console emulator for Windows</div>
<img id="title_image" src="img/main.jpg" height="732" width="1366">
</header>