11 Octsol
11 Octsol
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-
scale=1.0">
<title>Document</title>
<style>
nav {
background-color: #333;
overflow: hidden;
}
nav a {
text-decoration: none;
padding: 10px;
text-align: center;
float: center;
color: blue;
}
h1 {
color: white;
}
footer{
background-color:black;
}
.mark{
color: white;
}
</style>
</head>
<body>
<header>
<nav style="text-align:right">
<a href="#">Home</a>
<a href="#">about us</a>
<a href="#">family gallay</a>
<a href="#">contact</a>
</nav>
</header>
<h2>Our Family's Journey</h2>
<p>welcome to our family album, where we capture and celebrate
moments from our journey through generations. Explore our
stories, memories and connections.</p>
</footer>
</body>
</html>