diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000..33c217d Binary files /dev/null and b/images/logo.png differ diff --git a/index.html b/index.html index 13a3b0a..530efec 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,7 @@
+ View on GitHub

Archetype

diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index 7a08b01..edd2d45 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -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; +} + /*******************************************************************************