This commit is contained in:
FliegendeWurst 2022-02-01 15:46:34 +01:00
parent 9de90729f6
commit 965f6f06d7
2 changed files with 19 additions and 0 deletions

View File

@ -1,6 +1,10 @@
<!DOCTYPE html>
<title>FliegendeWurst's corner of the WWW</title>
<meta charset="utf8">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="main.css">
<h1 id="header"><img src="favicon.ico" id="favicon">FliegendeWurst's corner of the WWW</h1>
Selection of my projects:

15
main.css Normal file
View File

@ -0,0 +1,15 @@
body {
background-color: #c6beaf;
}
#favicon {
width: 2.5em;
height: 2.5em;
margin-right: 0.25em;
}
#header {
display: flex;
flex-direction: row;
align-items: center;
}