feat(homo-casa): header icon

main
steven 2020-12-03 16:34:22 -05:00
parent 8fb76b083a
commit f79b5a27d6
1 changed files with 10 additions and 1 deletions

View File

@ -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>