mirror of
https://github.com/atapas/html-tips-tricks.git
synced 2024-11-16 00:38:26 +01:00
included class in main.css file
This commit is contained in:
parent
bb7c10144f
commit
9519215b6b
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
5
main.css
5
main.css
|
@ -75,3 +75,8 @@ dialog::backdrop {
|
|||
);
|
||||
backdrop-filter: blur(3px);
|
||||
}
|
||||
|
||||
|
||||
.embed-youtube {
|
||||
border: 1px solid #ffffff;
|
||||
}
|
Loading…
Reference in a new issue