test2
Blog Post Title - Website Name
img {
max-width: 100%; /* Ensures the image does not exceed the container width */
height: auto; /* Maintains the image's original aspect ratio */
display: block; /* Helps remove unwanted space below the image */
}
/* 🌌 Chillscape CRT Grain + Scanline Overlay */
body::before {
content: "";
position: fixed;
inset: 0;
pointer-events: none;
z-index: 9999;
/* Grain + scanline combo */
background-image:
repeating-linear-gradient(
to bottom,
rgba(255,255,255,0.02) 0px,
rgba(255,255,255,0.02) 1px,
transparent 2px,
transparent 4px
),
url("https://www.transparenttextures.com/patterns/asfalt-light.png");
opacity: 0.15;
mix-blend-mode: overlay;
}
Main Section Heading
...
Sub-point Heading
...