Skip to content

Commit

Permalink
Add background image
Browse files Browse the repository at this point in the history
  • Loading branch information
apl9000 committed Aug 10, 2024
1 parent 80bd94a commit 7d7586c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/views/index.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<h2 class='italic'></h2>
<div class='hero min-h-screen bg-base-200'>
<div class='hero-content text-center'>
<div
class='hero min-h-screen bg-base-200'
style='background-image: url(https://img.daisyui.com/images/stock/photo-1507358522600-9f71e620c44e.webp);'
>
<div class="hero-overlay bg-opacity-80"></div>
<div class='hero-content text-center text-neutral-content'>
<div class='max-w-md'>
<h1 class='text-5xl font-bold'>{{title}}</h1>
<p class='py-6'>{{description}}</p>
Expand Down

0 comments on commit 7d7586c

Please sign in to comment.