Hi there theremotedr,
you will find it on line
#531 of your
"normalize.css" file.
If you don't want to alter or use it from there, then
remove the class name of the
"video element"
altogether and, using the existing id, add the CSS to
an appropriate file of your choosing.
HTML
Code:
<section id="content">
<video id="video" autoplay="autoplay" loop="loop">
<source id="mp4" src="videomp4/cloning-programming.mp4" type="video/mp4">
</video>
</section>
CSS
Code:
#video {
max-width: 43.75em;
margin: 1em 0;
border: 0.06em solid #000;
box-shadow: 0.5em 0.5em 0.5em #000;
}
coothead
Bookmarks