« Back to the HTML Forum

how to make inner profile page translucent

can anyone give me the code for the inner profile page to make it translucent


Report Topic

1 Reply

Reply by ✦mima✦

posted

if you want your background (main) to be translucent while keeping everything else at 100 opacity you can just use a rgba color picker and set the level of opacity you want. for example

main {

background: rgba(97, 16, 58, 0.5);

}


if you want anything more complex (frosted glass look, blurryness, etc than you can spesify) 


rgba colorpicker if you can't click inserted links: https://rgbacolorpicker.com/


Permalink Report Reply