when the white circle is placed above the red image
how can I control the color and opacity of the circle?
thank you
how can I control the color and opacity of the circle?
thank you
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#idOfCircleEl {
opacity: 0.6;
-moz-opacity: 0.6;
-khtml-opacity: 0.6;
filter: alpha(opacity=60);
}