mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-26 12:31:22 +01:00
adding header logo
This commit is contained in:
parent
542efeed17
commit
33a05fd711
2 changed files with 21 additions and 2 deletions
|
@ -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">
|
||||
|
|
|
@ -115,3 +115,21 @@ canvas {
|
|||
.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;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue