add logo
This commit is contained in:
parent
c1420bb75a
commit
366ed98ef8
|
@ -11,6 +11,12 @@ header {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#logo {
|
||||||
|
height: 5em;
|
||||||
|
width: 5em;
|
||||||
|
margin-right: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
background-color: whitesmoke;
|
background-color: whitesmoke;
|
||||||
padding: 2% 5%;
|
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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
<object id="logo" title="Stickup logo" data="/static/stickup.svg"></object>
|
||||||
<h1>This is a stickup!</h1>
|
<h1>This is a stickup!</h1>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user