Tuesday, 15 June 2021

Exercise 11: YouTube Video Link Parameters

Linking Videos

HOME

I wanna share some videos! ☺


Music Video

This video will autoplay but is muted


music when I need to chill

This video is looped


MY Dance Group

This video does not display controls

CSS * { box-sizing: border-box; } body, html { background-color: #74aab0; height: 100%; min-height: 100vh; margin: 0; position: relative; font-family: "Franklin Gothic Medium"; background-repeat: no-repeat; padding-bottom: 30px; } iframe:focus { outline: none; } iframe[seamless] { display: block; } .navbar { overflow: hidden; background-color: #fcba03; } .navbar a { float: left; font-size: 16px; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } .dropdown { float: left; overflow: hidden; } .dropdown .dropbtn { font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit; font-family: inherit; margin: 0; } .navbar a:hover, .dropdown:hover .dropbtn { background-color: #ff546b; } .dropdown-content { display: none; position: absolute; background-color: #ffa38c; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { float: none; color: black; padding: 12px 16px; text-decoration: none; display: block; text-align: left; } .dropdown-content a:hover { background-color: #ffcba6; } .dropdown:hover .dropdown-content { display: block; } .row::after { content: ""; clear: both; display: table; } [class*="col-"] { float: left; padding: 15px; } .column1 { float: left; width: 2%; background-color: #ffffff; height: 10px; } .column2 { border: 10px solid #ffffff; float: left; width: 96%; padding-left: 25px; padding-right: 25px; } .column3 { float: right; width: 2%; background-color: #ffffff; height: 10px; } [class*="col-"] { width: 100%; } @media only screen and (min-width: 600px) { .col-s-1 {width: 8.33%;} .col-s-2 {width: 16.66%;} .col-s-3 {width: 25%;} .col-s-4 {width: 33.33%;} .col-s-5 {width: 41.66%;} .col-s-6 {width: 50%;} .col-s-7 {width: 58.33%;} .col-s-8 {width: 66.66%;} .col-s-9 {width: 75%;} .col-s-10 {width: 83.33%;} .col-s-11 {width: 91.66%;} .col-s-12 {width: 100%;} } @media only screen and (min-width: 768px) { .col-1 {width: 8.33%;} .col-2 {width: 16.66%;} .col-3 {width: 25%;} .col-4 {width: 33.33%;} .col-5 {width: 41.66%;} .col-6 {width: 50%;} .col-7 {width: 58.33%;} .col-8 {width: 66.66%;} .col-9 {width: 75%;} .col-10 {width: 83.33%;} .col-11 {width: 91.66%;} .col-12 {width: 100%;} } #footer { position: relative; height: 150px; margin-top: -100px; clear: both; background-color:#fcba03; }

No comments:

Post a Comment