added logo to quiz page
This commit is contained in:
parent
fb25c8477c
commit
58aa8a09c6
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ export default function Example() {
|
|||
<div className="bg-black">
|
||||
|
||||
<div className="relative isolate px-6 pt-14 lg:px-8">
|
||||
<div style={{ display:"flex", alignItems: 'center', justifyContent: 'center', paddingTop:'40px'}}><img className="flex" src="/logo-no-background.png" height="auto" width="40%" style={{ alignSelf: 'center'}}></img></div>
|
||||
<div
|
||||
className="absolute inset-x-0 -top-40 -z-10 transform-gpu overflow-hidden blur-3xl sm:-top-80"
|
||||
aria-hidden="true"
|
||||
|
|
Loading…
Reference in a new issue