adding header logo

This commit is contained in:
Luis 2017-06-18 12:28:52 +02:00
parent 542efeed17
commit 33a05fd711
2 changed files with 21 additions and 2 deletions

View file

@ -1,6 +1,7 @@
<!-- Header -->
<header id="header"{% if page.layout == 'landing' %} class="alt"{% endif %}>
<h1><a href="{{ site.baseurl }}/index.html">{{ site.title }}</a></h1>
<!-- <h1><a href="{{ site.baseurl }}/index.html">{{ site.title }}</a></h1>-->
<h1><a href="{{ site.baseurl }}/index.html">Inicio</a></h1>
<nav id="nav">
<ul>
<li class="special">

View file

@ -110,8 +110,26 @@ blockquote {
}
canvas {
margin: 0 auto;
margin: 0 auto;
}
.inner img {
width: 100%;
}
#header {
h1 {
a::before {
content: '';
background: url("images/inc-logo.png");
background-repeat: no-repeat;
position: relative;
display: inline-block;
width: 30px;
height: 30px;
background-size: 20px;
top: 7px;
}
}
}