In my attempt to overlay bootstrap/html/css on a CSS animated starfield background, I'm encountering some challenges.
Online resources suggest using a 1x1 pixel png, but I am looking for a method to implement transparency through coding.
Using background: rgba to adjust alpha, opacity:0, and z-index:-1 have all proven unsuccessful in achieving the desired effect.
I have spent some time tinkering with it, and you can view my progress on Codepen:
My goal is to have the stars visible through the text-containing Div, the left Div of the quote box, and the Div with the buttons. Unfortunately, all I see is a black background.