add logo
This commit is contained in:
parent
c1420bb75a
commit
366ed98ef8
|
@ -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
58
static/stickup.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 13 KiB |
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user