I want to change the styles to the URL I called in the iframe
But I don't know, my code doesn't work in this way!
<!DOCTYPE html>
<html>
<head>
<style>
.clear-fix{
display:none;
}
</style>
<title>HTML CSS JS</title>
</head>
<body>
<iframe name="iframe" id="iframe" src="https://digikala.com"
frameborder="0" border="0" cellspacing="0"
style="border-style: none;width: 100%; height: 520px;"></iframe>
</body>
</html>
But it is not possible in this way