Embedded video header

Size
2,670 Kb
Views
40,480

How do I make an embedded video header?

Playing around with adding an embedded video background to a website. What is a embedded video header? How do you make a embedded video header? This script and codes were developed by Bradley Engelhardt on 13 August 2022, Saturday.

Embedded video header Previews

Embedded video header - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Embedded video header</title> <link href="http://s3.amazonaws.com/codecademy-content/courses/ltp/css/shift.css" rel="stylesheet"> <link rel="stylesheet" href="http://s3.amazonaws.com/codecademy-content/courses/ltp/css/bootstrap.css"> <link rel="stylesheet" href="main.css"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="nav"> <div class="container"> <ul class="pull-left"> <li><a href="#">Home</a></li> <li><a href="#">Browse</a></li> </ul> <ul class="pull-right"> <li><a href="#">Sign Up</a></li> <li><a href="#">Log In</a></li> <li><a href="#">Help</a></li> </ul> </div> </div> <div class="jumbotron"> <div id="black"> <video autoplay muted loop id="video-bg"> <source src="https://s3.amazonaws.com/distill-videos/videos/processed/33/StockholmBigcitynight-HD-1.mp4.mp4" type="video/mp4"> </video> </div> <div class="container"> <h1>Pri ea posse semper</h1> <p>Mutat falli novum ut vix, mea dicant quidam.</p> <a href="#">Learn More</a> </div> </div> <div class="neighborhood-guides"> <div class="container"> <h2>random text here</h2> <p>more random text here also</p> <div class="row"> <div class="col-md-4"> <div class="thumbnail"> <img src="http://goo.gl/0sX3jq"> </div> <div class="thumbnail"> <img src="http://goo.gl/an2HXY"> </div> </div> <div class="col-md-4"> <div class="thumbnail"> <img src="http://goo.gl/Av1pac"> </div> <div class="thumbnail"> <img src="http://goo.gl/vw43v1"> </div> </div> <div class="col-md-4"> <div class="thumbnail"> <img src="http://goo.gl/0Kd7UO"> </div> </div> </div> </div> </div> <div class="learn-more"> <div class="container">	<div class="row"> <div class="col-md-4">	<h3>Category 1</h3>	<p>Lorem ipsum dolor sit amet, ex facer populo persius mel, legendos aliquando ius ex pri.</p>	<p><a href="#">At ius oblique delenit, sit.</a></p> </div> <div class="col-md-4">	<h3>Category 2</h3>	<p>Lorem ipsum dolor sit amet, mel alia oblique ei. Te cum offendit inciderint, posse nihil</p>	<p><a href="#">Lorem ipsum dolor sit amet.</a></p> </div> <div class="col-md-4">	<h3>Category 3</h3>	<p>Lorem ipsum dolor sit amet, alia recusabo et per, sint reprimique no per, tempor quidam.</p>	<p><a href="#">Ut labitur appareat expetenda pro.</a></p> </div> </div> </div>	</div>
</body>
</html>

Embedded video header - Script Codes CSS Codes

.nav a { color: white; font-size: 12px; font-weight: bold; padding: 14px 10px; text-transform: uppercase; -webkit-transition: 0.5s all ease;
}
.nav a:hover, .nav a:focus { text-decoration: none; color: #75BDFF;
}
.nav { position: fixed; width: 100%; background-color: rgba(0, 0, 0, 0.32); height: 45px; z-index: 200;
}
.nav li { display: inline;
}
video { position: absolute;	right: 0;	bottom: 0;	width: auto;	min-width: 100%;	height: auto;	min-height: 100%;	background: #000;	background-size: cover;
}
.jumbotron { height: 500px; position: relative;
}
.jumbotron .container { position: relative; top: 100px;
}
.jumbotron h1 { color: #fff !important; font-size: 48px; font-family: 'Shift', sans-serif; font-weight: bold;
}
.jumbotron p { font-size: 20px; color: #fff;
}
.neighborhood-guides { background-color: #efefef; border-bottom: 1px solid #dbdbdb;
}
.neighborhood-guides h2 { color: #393c3d; font-size: 24px;
}
.neighborhood-guides p { font-size: 15px; margin-bottom: 13px;
}
.learn-more { background-color: #f7f7f7;
}
.learn-more h3 { font-family: 'Shift', sans-serif; font-size: 18px; font-weight: bold;
}
.learn-more a { color: #00b0ff;
}
Embedded video header - Script Codes
Embedded video header - Script Codes
Home Page Home
Developer Bradley Engelhardt
Username SquishyAndroid
Uploaded August 13, 2022
Rating 3
Size 2,670 Kb
Views 40,480
Do you need developer help for Embedded video header?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Bradley Engelhardt (SquishyAndroid) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!