Untitled
3 years ago in HTTP
<DOCTYPE html>
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<title> www.zajbatein.com </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body{
width: 100%;
background-image:url(https://wallpaperaccess.com/full/1259802.jpg);
background-size: 100%;
background-repeat: no-repeat;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color:peachpuff;
}
li {
float: left;
}
li a {
display: block;
color: rgb(248, 9, 9);
padding: 14px 16px;
text-decoration: none;
text-align:left;
}
li a:hover {
background-color: pink;
}
</style>
</head>
<body>
<ul>
<li><a class="active" href="#home">Home</a></li>
<li><a href="#news">News</a></li>
<li><a href="phoneto:7903002927">Contact</a></li>
<li><a href="#about">About</a></li>
</ul> <hr/>
<h1 Style="color:red"> ZAJBATEIN </h1>
<div style="width: 175px; text-align: right;margin-top: -1%; " ><a style="color:greenyellow; " > "the feeling"</a></div>
<div style="text-align: right; display: block; width: 90%; margin-top: -10%; " >
<a href="https://instagram.com/zajbatein" target="_blank" ><i class="fa fa-instagram" aria-hidden="true" style="font-size: 30px; color: black; " ></i></a> &nbsp;
<a href="https://instagram.com/zajbatein"target="_blank" ><i class="fa fa-facebook" aria-hidden="true" style="font-size: 30px;color: black;" ></i></a> &nbsp
<a href="https://instagram.com/zajbatein"target="_blank" ><i class="fa fa-pinterest" aria-hidden="true" style="font-size: 30px; color: black; " ></i></a>
</div>
</body>
</html>