feat(homo-casa): header icon
parent
8fb76b083a
commit
f79b5a27d6
|
|
@ -66,6 +66,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* header */
|
/* header */
|
||||||
|
#homo-casa.before {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 10px;
|
||||||
|
width: 1em;
|
||||||
|
height: 1em;
|
||||||
|
background: url(/homo-casa.svg) no-repeat top left;
|
||||||
|
background-size: 1em 1em;
|
||||||
|
}
|
||||||
#bernkastel {
|
#bernkastel {
|
||||||
color: #ee0000;
|
color: #ee0000;
|
||||||
}
|
}
|
||||||
|
|
@ -182,7 +191,7 @@
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<h1>homo.casa</h1>
|
<h1 id="homo-casa">homo.casa</h1>
|
||||||
<p id="bernkastel">Gods and dice are both best when silent.</p>
|
<p id="bernkastel">Gods and dice are both best when silent.</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue