Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 66 additions & 0 deletions iguiban.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset = "utf-8">
<title>Navigation Profile</title>
<style>
body{
background-color: hotpink;
font-family: sans-serif;
}
nav a
{
padding: 10px 10px 10px 10px;
color:pink;
border:violet 3px solid;
text-decoration-color: none;
}
nav a:hover
{border: 3px red solid;
}

</style>
</head>
<body>



<nav>
<p>
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">News</a>
<a href="#">Gallery</a>
<a href="#">Log in</a>
</p>
</nav>

<h2>Guianna Gwen P. Iguiban</h2>
<img src=" gwen.jpg"weight="250"height="250">



<h3> Great things takes time that's why im always late.
<p>

<br> Nickname: Gwennie
<br> Age: 19 years old
<br> Address:# 31 lopez Jaena st. Tanong Marikina City
<br> Date of Birth: January 07,2000
<br> Place of birth: Quezon City
</p>
</h3>
</body>
</html>