New Image Link Add
This commit is contained in:
parent
10e20841ec
commit
1d3fa00c47
@ -1,18 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==" crossorigin="anonymous" />
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
|
||||
integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog=="
|
||||
crossorigin="anonymous" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<title>Netflix Mobile Navigation</title>
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<button class="nav-btn open-btn">
|
||||
<i class="fas fa-bars"></i>
|
||||
</button>
|
||||
|
||||
<img src="https://logos-download.com/wp-content/uploads/2016/03/Netflix_Logo_2014-700x188.png" alt="Logo" class="logo">
|
||||
<img
|
||||
src="https://images.ctfassets.net/4cd45et68cgf/7LrExJ6PAj6MSIPkDyCO86/542b1dfabbf3959908f69be546879952/Netflix-Brand-Logo.png?w=684&h=456"
|
||||
alt="Logo" class="logo">
|
||||
|
||||
<p class="text">Mobile Navigation</p>
|
||||
|
||||
@ -23,7 +29,9 @@
|
||||
<i class="fas fa-times"></i>
|
||||
</button>
|
||||
|
||||
<img src="https://logos-download.com/wp-content/uploads/2016/03/Netflix_Logo_2014-700x188.png" alt="Logo" class="logo">
|
||||
<img
|
||||
src="https://images.ctfassets.net/4cd45et68cgf/7LrExJ6PAj6MSIPkDyCO86/542b1dfabbf3959908f69be546879952/Netflix-Brand-Logo.png?w=684&h=456"
|
||||
alt="Logo" class="logo">
|
||||
|
||||
<ul class="list">
|
||||
<li><a href="#">Teams</a></li>
|
||||
@ -43,5 +51,6 @@
|
||||
</div>
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -18,7 +18,7 @@ body {
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 150px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.nav-btn {
|
||||
|
Loading…
Reference in New Issue
Block a user