background

73

background: linear-gradient(0deg, rgba(2,173,231,0.5), rgba(2,173,231,0.5)), url(images/mba-grid-5px-bg.png) repeat;

<body style="background-color:hsla(0,100%,50%,0.5);">
</body>
function changeColor(newColor) {
  const elem = document.getElementById('para');
  elem.style.background-color = newColor;
}

Comments

Submit
0 Comments