included class in main.css file

This commit is contained in:
Umme Habiba Qadri 2022-10-17 19:30:58 +05:30
parent bb7c10144f
commit 9519215b6b
2 changed files with 7 additions and 1 deletions

View File

@ -17,7 +17,8 @@
</a>
<h1>Iframe Tag</h1>
<iframe src="https://www.youtube.com/embed/tgbNymZ7vqY"
width="560" height="315" boder="1" frameborder="0" allowfullscreen></iframe>
width="560" height="315" frameborder="0" allowfullscreen
class="embed-youtube"></iframe>
</div>
</body>

View File

@ -75,3 +75,8 @@ dialog::backdrop {
);
backdrop-filter: blur(3px);
}
.embed-youtube {
border: 1px solid #ffffff;
}