Index.html

08 March 2021

Views: 59

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Web | Portofolio</title>
</head>
<body>
<div class="container">
<div class="sidebar">
<nav>
<ul>
<li><A href="">About</a></li>
<li><A href="">Portofolio</a></li>
<li><A href="">Blog</a></li>
<li><A href="">Contact</a></li>
</ul>
</nav>

<main class="content">
<section class="hero">
<img src="online.png" alt="">
<div class="hero-content">
<h1>Profesi</h1>
</h2>Sebagai Web Developer</h2>


<p> saya seorang web developer dan suka pembrograman web sejak saja duduk di bangku smk</p>
<A href="" class="action-btn">Profile Saya</a>

</section>


</body>
</html>

Share