This commit is contained in:
iou1name 2020-11-18 17:46:23 -05:00
parent c1420bb75a
commit 366ed98ef8
3 changed files with 65 additions and 0 deletions

View File

@ -11,6 +11,12 @@ header {
display: flex;
}
#logo {
height: 5em;
width: 5em;
margin-right: 1em;
}
main {
background-color: whitesmoke;
padding: 2% 5%;

58
static/stickup.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -8,6 +8,7 @@
</head>
<body>
<header>
<object id="logo" title="Stickup logo" data="/static/stickup.svg"></object>
<h1>This is a stickup!</h1>
</header>
<main>