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 42515f8..2946e9f 100644 --- a/index.html +++ b/index.html @@ -107,6 +107,10 @@ Lazy Loading - Lazy Load html images natively +
  • + + Iframe - Embed YouTube Videos +









  • diff --git a/main.css b/main.css index 49fd6f3..481a6e1 100644 --- a/main.css +++ b/main.css @@ -119,6 +119,7 @@ dialog::backdrop { ); backdrop-filter: blur(3px); } + .figure { margin: 10px auto 30px auto; display: flex; @@ -143,3 +144,9 @@ justify-content: center; flex-direction: column; } + + + +.embed-youtube { + border: 1px solid #ffffff; +}