diff --git a/iframe/index.html b/iframe/index.html new file mode 100644 index 0000000..c0a072c --- /dev/null +++ b/iframe/index.html @@ -0,0 +1,25 @@ + + + + + + + HTML Tips and Tricks - Meter + + + + + + +
+ + home + +

Iframe Tag

+ +
+ + + \ No newline at end of file diff --git a/index.html b/index.html index 8187e29..953d56c 100644 --- a/index.html +++ b/index.html @@ -91,6 +91,10 @@ Lazy Loading - Lazy Load html images natively +
  • + + Iframe - Embed YouTube Videos +
  • diff --git a/main.css b/main.css index 71d466c..dd07bb0 100644 --- a/main.css +++ b/main.css @@ -75,3 +75,8 @@ dialog::backdrop { ); backdrop-filter: blur(3px); } + + +.embed-youtube { + border: 1px solid #ffffff; +} \ No newline at end of file