Add Logo
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
@@ -16,6 +16,7 @@
|
||||
<!-- HEADER -->
|
||||
<div id="header_wrap" class="outer">
|
||||
<header class="inner">
|
||||
<img class="logo" src="images/logo.png" alt="logo"/>
|
||||
<a id="forkme_banner" href="https://github.com/imulus/Archetype">View on GitHub</a>
|
||||
|
||||
<h1 id="project_title">Archetype</h1>
|
||||
|
||||
@@ -291,6 +291,7 @@ Full-Width Styles
|
||||
background: -ms-linear-gradient(top, #373737, #212121);
|
||||
background: -o-linear-gradient(top, #373737, #212121);
|
||||
background: linear-gradient(top, #373737, #212121);
|
||||
height: 170px;
|
||||
}
|
||||
|
||||
#header_wrap .inner {
|
||||
@@ -360,12 +361,21 @@ Full-Width Styles
|
||||
|
||||
#main_content {
|
||||
padding-top: 40px;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
#footer_wrap {
|
||||
background: #212121;
|
||||
}
|
||||
|
||||
.logo{
|
||||
float: left;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user