Skip to content

Commit

Permalink
adding watemark, trial
Browse files Browse the repository at this point in the history
  • Loading branch information
siri-n-shetty committed Jun 21, 2024
1 parent 90a0deb commit 43ccd77
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ title: PESU Decoded
layout: hextra-home
---

<style>
body::before{
content: "";
background-image: url('public/pes-ecc.jpg'); /* Path to your watermark image */
background-repeat: no-repeat;
background-position: center;
background-size: cover;
opacity: 0.1; /* Make sure the opacity makes the image look like a watermark */
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1; /* Ensure the background is behind the content */
}
</style>

<div class="hx-mt-6 hx-mb-6">
{{< hextra/hero-headline >}}
PESU Decoded
Expand Down

0 comments on commit 43ccd77

Please sign in to comment.