Product landing page Error

I am not able to link youtube video in my project and also i am having some problem with my header styling to.So can anyone tell me what i am doing wrong.
Here is the link to of my project: https://codepen.io/zakaki_27/pen/oyaQXQ

1 Like

Add this code:

     @media (max-height: 800px) {
    img {
    width: 100px;
    }

Below your code:

img {
    width: 100%;
    height: 100%;
    max-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 20px;
    @media (max-width: 650px) {
      margin: 0 auto;
    }
  }

You need add video like: // //

It’s still showing 1 error in test related to the video.

Thank you but i am still having some problem with my css and some codes are not working properly .So, can u see y am i getting that prblm and i am also getting one error in the test ,so can u see that too.

i think you have set timeout :59ms do it and try to solve error.all the best