0% found this document useful (0 votes)
3 views

Code w3tutor 2

Uploaded by

ullahmoses89
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Code w3tutor 2

Uploaded by

ullahmoses89
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Day 2</title>
<link rel="shortcut icon" href="./images/logo.ico" type="image/x-icon" />
<link rel="stylesheet" href="./style.css" />
</head>
<body style="margin: 0">
<div style="height: 100vh; width: 100vw;">
<div
class="header"
style="
padding: 12px;
display: flex;
justify-content: space-between;
"
>
<div id="ok" class="sidebar-btn" style="display: flex;">
<img src="./images/hamburger-menu.svg" alt="">
<img src="./images/image.png" alt="" height="60" width="60">
</div>
<div class="search-bar" style="">
<input type="text" name="" id="" placeholder="Search">
</div>
<div class="profile-btns" style="background-color: brown">
<h3>howdy</h3>
</div>
</div>
<div class="main">
<div class="section">
<div class="video"></div>
<div class="description"></div>
<div class="comment-section"></div>
</div>
<div class="aside"></div>
</div>
</div>
</body>
</html>

You might also like