Skip to content

Commit

Permalink
Make few improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenhelium committed Mar 7, 2016
1 parent b4987a6 commit f50ac02
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions public_html/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,31 @@ a, a:visited, a:hover, a:focus{
}

#title-block{
background-color: #2980b9;
background-color: #2c3e60;
color: #f0f0f0;
text-align: center;
padding: 20px 0px;
min-height: 300px;
display: flex;
align-items: center;
position: relative;
}
#title-block h1{
font-size: 5em;
}
#title-block .extra{
margin-top: 20px;
text-align: right;
position: absolute;
right: 30px;
bottom: 20px;
}
#title-block .extra a{
margin-left: 30px;
color: #fff;
}

#temp-msg{
margin-top: 50px;
color: #969696;
font-size: 7em;
margin-top: 30px;
color: #2c3e60;
font-size: 8em;
font-weight: 100;
text-align: center;
}
2 changes: 1 addition & 1 deletion public_html/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</div>
<div id="content-block">
<div class="container">
<p id="temp-msg">Comming Soon!</p>
<p id="temp-msg">Coming Soon!</p>
</div>
</div>
</body>
Expand Down

0 comments on commit f50ac02

Please sign in to comment.