İndex.html alanı kodları:
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
header {
background-color: #1200bf;
color: #fff;
padding: 10px;
text-align: center;
height: 100px;
width: 1900px;
}
nav {
background-color: #7c0c0c;
color: #fff;
padding: 10px;
text-align: center;
height: 50px;
}
nav a {
color: #fff;
text-decoration: none;
margin: 0 10px;
}
section {
padding: 20px;
width: 1100px;
height: 650px;
max-width: 100%;
margin: 20px auto;
padding: 20px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
position: relative;
left: -300px;
border-radius: 20px;
border-style: ridge;
padding: 20px;
width: 1100px;
height: 300px;
max-width: 100%;
margin: 20px auto;
padding: 20px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
position: relative;
left: -300px;
border-radius: 20px;
border-style: ridge;
}
footer {
background-color: #7c0c0c;
color: #fff;
padding: 10px;
text-align: center;
position: relative;
top: 300px;
}
</style>
</head>
<body>
<header>
</header>
<nav>
<a href="iletisim.html"><img src="Untitled5.png"></a>
<a href="index.html"><img src="Untitled2.png"></a>
</nav>
<section>
</section>
<footer>
<p>© </p>
</footer>
</body>
</html>
iletisim.html kodları
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
header {
background-color: #1200bf;
color: #fff;
padding: 10px;
text-align: center;
height: 100px;
width: 1900px;
}
nav {
background-color: #7c0c0c;
color: #fff;
padding: 10px;
text-align: center;
height: 50px;
}
nav a {
color: #fff;
text-decoration: none;
margin: 0 10px;
}
section {
padding: 20px;
}
footer {
background-color: #7c0c0c;
color: #fff;
padding: 10px;
text-align: center;
position: relative;
top: 695px;
}
</style>
</head>
<body>
<header>
</header>
<nav>
<a href="iletisim.html"><img src="Untitled5.png"></a>
<a href="index.html"><img src="Untitled2.png"></a>
</nav>
<section>
</section>
<footer>
<p>© </p>
</footer>
</body>
</html>
NOT:Aşağıdaki tuşları hazır şekilde kullanabilirsiniz.