Have a look at: https://www.w3schools.com/cssref/css3_pr_opacity.php
In CSS add the opacity property to the HTML element that you want to make transparent. Like so:
div { opacity: 0.5; }