Home / Admin / iframe cover css
Duplicate Snippet

Embed Snippet on Your Site

iframe cover css

Code Preview
css
   /* HTML link cover styles */
    html div#om-{{id}} #iframeCover {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
    }
    /* Sample styling for text instructions */
    html div#om-{{id}} #formInstructions {
        text-align: center;
        font-weight: bold;
    }

Comments

Add a Comment