WebPublisher/CSS

[CSS] blind

amanda 2023. 8. 17. 09:36
.blind {
	overflow:hidden;
	position:absolute;
	width:1px;
	height:1px;
	margin:-1px;
	clip:rect(0,0,0,0);
	clip-path:polygon(0 0,0 0,0 0);
}