280 P HTML
280 P HTML
DOCTYPE html>
<html>
<head>
<title>Personal Blog</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<div class="main">
<ul>
<li><a href="#">[ Home ]</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Service</a></li>
<li><a href="#">Work</a></li>
<li><a href="#">Resume</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<h1>Najeeb~</h1>
<div class="logo"> Welcome! <br> </div>
<div class="Logo">I'm Web Developer</div>
<div class="btns">
<a href="#" class="buttons">DESIGNER</a>
<a href="#" class="buttons">DEVELOPER</a>
<a href="#" class="buttons">PHOTOGRAPHER</a>
</div>
<div class="socialmedia">
Follow on.
<a href="https://www.instagram.com/" class="media">INSTAGRAM </a>
||<a href="https://twitter.com/?lang=en" class="media"> TWITTER
</a>
||<a href="https://www.facebook.com/" class="media"> FACEBOOK</a>
</div>
</header>
</body>
</html>