Skip to content

Instantly share code, notes, and snippets.

@rahulbanerjee26
Created May 26, 2022 23:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahulbanerjee26/28cb1e69f1e6c7e94bf592de2a3cd268 to your computer and use it in GitHub Desktop.
Save rahulbanerjee26/28cb1e69f1e6c7e94bf592de2a3cd268 to your computer and use it in GitHub Desktop.
main {
box-sizing: border-box;
padding: 2vw;
background: #faf3dd;
height: 100vh;
}
main>h1{
text-align: center;
color: #5e6472;
}
.videoPlayer{
margin-top: 5vw;
height: 60vh;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment