+ 1
Is it possible to add another layer to your background? e.g. A gray bg and add a black layer with less opacity & some padding?
2 Answers
+ 4
when you need padding, use div as a wrapper for the rest of the document and add your transparent background to it.
<body>
<div id="wrapper">
...
</div>
</body>
+ 2
yes, that is possible using the rgba() color method.
read more about colors at:
https://www.w3schools.com/css/css3_colors.asp