Source Code of the video is Down below
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>awsome</title>
<link rel="stylesheet" href="css/animate.css">
<!-- google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/7e2e7bef6f.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- HERO SECTION -->
<section id="hero">
<div class="container">
<header>
<div class="logo left-align">
<a href="#"> <img src="img/logo.png" alt="logo"></a>
</div>
<!-- NAVBAR -->
<nav class="navbar right-align">
<a class="burger-nav"></a>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">service</a></li>
<li><a href="#">portfolio</a></li>
<li><a href="#" class="m0">contact</a></li>
</ul>
</nav>
</header>
<div class="cta clear-float wow zoomIn">
<h1>Have an amazing business meeting</h1>
<h2>Small business with big dreams</h2>
<a href="#" class="btn-more">Learn more</a>
</div>
</div>
</section>
No comments:
Post a Comment