M
M
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Form</title>
<style>
*{
margin: 0%;
}
nav{
height: 60px;
width: 100%;
background-color: rgb(233, 72, 152);
color: white;
display: flex;
justify-content: center;
align-items: center;
background-attachment: fixed;
}
body{
background-image:
url("https://cdn.pixabay.com/photo/2015/04/23/22/00/tree-736885_640.jpg");
background-repeat: no-repeat;
background-size: 100% 100vh;
background-attachment: fixed;
}
div{
width: 100%;
height: 40vh;
background-image:
url("https://cdn.pixabay.com/photo/2020/12/29/16/22/flamingos-5870957_640.jpg");
background-repeat: no-repeat;
background-size: 100% 50vh;
}
font{
font-size: xx-large;
font-family: 'Times New Roman', Times, serif;
font-weight: 200;
color: rgb(17, 194, 248);
}
</style>
<body>
<div>login page</div>
<center>
<font >
<nav>
welcome to login page
</nav>
</font>
</center>
</head>
</body>
</html>