Publication date in footer
This commit is contained in:
parent
ef6c80f545
commit
b1d58005c1
16
main.css
16
main.css
@ -1,5 +1,5 @@
|
||||
body {
|
||||
background-color: #c6beaf;
|
||||
background-color: #d6cebf;
|
||||
}
|
||||
|
||||
#favicon {
|
||||
@ -25,4 +25,16 @@ article {
|
||||
|
||||
.fancy-name, .code {
|
||||
font-family: monospace;
|
||||
}
|
||||
}
|
||||
|
||||
.entry-footer {
|
||||
margin-top: 1em;
|
||||
border-top: 1px solid #005e75;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
@media print {
|
||||
body {
|
||||
background-color: white;
|
||||
}
|
||||
}
|
||||
|
@ -1,9 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Raspberry Pi temperature monitoring + calendar</title>
|
||||
<meta charset="utf8">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<link rel="stylesheet" href="main.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1 id="header"><img src="favicon.ico" id="favicon"/><a href="/">FliegendeWurst's corner of the WWW</a></h1>
|
||||
|
||||
<h2>Raspberry Pi 0 W + sensors + OLED display = temperature monitoring and calendar</h2>
|
||||
@ -106,4 +109,6 @@ sudo mv nix /
|
||||
|
||||
</p>
|
||||
|
||||
</article>
|
||||
<div class="entry-footer">Posted 5th October 2022</div>
|
||||
|
||||
</article>
|
||||
|
Loading…
Reference in New Issue
Block a user