Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

rahul

<!DOCTYPE html>
<html>
<head>
	<title>project</title>
	<meta charset="utf-8">
	<link rel="stylesheet" type="text/css" href="p1.css">
	<link rel="stylesheet" type="text/css" href="help.html">
	<style type="text/css">
	
	
	
body{
	
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center ;
	background-size:auto auto;
}
.heading{
	background: linear-gradient(to top, #33ccff 1%, #00ff00 100%);
	max-width:auto;
	height:400px;
	text-align: center;
	font-size:40px;
	color:white;
	word-spacing:200px;
	

}
.img1{

	background-color:silver;
	border-radius: 50%;
	height:100px;
	max-width:100px;

}
.img1:hover{
	background-color: red;
	border-radius:50%;


}
.list2{
	height:auto;
	width:250px;
	border:outset 5px ;
	float: left;
	font-size: 30px;
	position:fixed;
}

.list1{
	height:auto;
	width:250px;
	border:outset 5px ;
	float: right;
	font-size:30px;
	position:;

	
}
.list3{
	position:fixed;
	height:800px;
	width:725px;
	border:dashed 10px lime;
	margin-left:300px;
	margin-right: 25%;
	
	

}
ul a:hover{
	color:yellow;

}

/*login avtar css  */
/* Full-width input fields */
input[type=text], input[type=password] {
  width:96%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

/* Add a background color when the inputs get focus */
input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for all buttons */
.sidenav{
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.sidenav:hover {
  opacity:1;
}

/* Extra styles for the cancel button */
.cancelbtn {
  padding: 14px 20px;
  background-color: #f44336;
}

/* Float cancel and signup buttons and add an equal width */
.cancelbtn, .signupbtn {
  float: left;
  width: 50%;
}

/* Add padding to container elements */
.container {
  padding: 16px;
  border-radius:40px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left:200px;
  top: 0;
  width:50%; /* Full width */
  height:auto; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color:transparent;
  padding-top: 50px;

  
}

/* Modal Content/Box */
.modal-content {
  background-color:silver;
  background-position: center;


  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
hr {
  border: 3px solid #f1f1f1;
  margin-bottom: 25px;
}
 
/* The Close Button (x) */
.close {
  position:absolute;
  right:0px;
  top:19px;
  font-size:40px;
  font-weight: bold;
  color:yellow;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn, .signupbtn {
     width: 100%;
  }
}


/*navbar*/


.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 200px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position:absolute;
  background-color:silver;
  top:150px;
  width:0px;
  height:50%;
  right: 0px;
  font-size:0px;
  margin-left: 50px;
  border-radius: 40px;
}

#rightnav{
	background-color:red;

}




.main {
  transition: margin-left .5s;
  padding:30px;

}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}


/*menu-------------------------------------*/
.menu{
	
	width:auto;
	height:auto;
	background-color:black;
	color:white;
	border:inset 5px ;
	border-radius: 20px;
	margin:0px;
}

#link a{
	
	font-size: 30px;
	height: auto;
	width: auto;
	text-decoration: none;
	padding: 10px;
	margin: 5px;
	background-color:white;
	color:black;
	border:outset 3px white;
}
#link a:hover{
	 text-shadow:3px 4px 10px ;
	 font-weight: 3px;
	font-size: 35px;

}


/*menu-------------------------------------*/


/*top nav*/
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.9s;
}

.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtnn {
 
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtnn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
.down{
width:100%;
height:10px;
background-color:silver;
text-align:center;
border-radius:40px;
padding-top: 5px;

}
		
	</style>
</head>
<body>	<footer>
	
			<div id="mySidebar" class="sidebar">
			  <a href="javascript:void(0)" class="closebtn"onmouseover="closeNav()"></a>
			  <a href="#">About</a>
			  <a href="#">Services</a>
			  <a href="#">Clients</a>
			  <a href="#">Contact</a>
			</div>

			<div class="menu">
			
			<span style="font-size:30px;cursor:pointer" onmouseover="openNave()"><div class="down"></div></span>



						<div id="myNav" class="overlay">
   <div class="overlay-content">
    <a href="#">About</a>
    <a href="#">Services</a>
    <a href="#">Clients</a>
    <a href="#">Contact</a>
    <a href="javascript:void(0)" class="closebtnn" onmouseover="closeNave()">
    <div class="down"></div>
    </a>
   </div>
</div>




			<div class="main">
			  
			 	<div id="link">
			 	  <a  onmouseover="openNav()"> ☰>>>></a>
				  <a href="#">About</a>
				  <a href="#">Services</a>
				  <a href="#">Clients</a>
				  <a href="#">Contact</a>
				</div>
			</div>	
		</div>  


		</footer>
				<div class="list1">
				<ul>
					<a href=""><li>Kishore Nath Gpta</li></a><br>
					<a href=""><li>Kishore Nath Gpta</li></a><br>
					<a href=""><li>Kishore Nath Gpta</li></a><br>
					<a href=""><li>Prince kumar Gupta</li></a><br>
					<a href=""><li>Kishore Nath Gpta</li></a>
				</ul>
				</div>

					<div class="list2">
				<ul>
					<li>Rahul Kumar Ranjan</li>
					<li>Hemant Kumar Gupta </li>
					<li>Kishore Nath Gpta</li>
					<li>Prince kumar Gupta</li>
					<li>Md. Faizan</li>
					<li>Akansha Mittal</li>
				</ul>
				</div>

					<div class="list3">

						On the Insert tab, the galleries include items that are designed to coordinate with the overall look of your document. You can use these galleries to insert tables, headers, footers, lists, cover pages, and other document building blocks. When you create pictures, charts, or diagrams, they also coordinate with your current document look.On the Insert tab, the galleries include items that are designed to coordinate with the overall look of your document. You can use these galleries to insert tables, headers, footers, lists, cover pages, and other document building blocks. When you create pictures, charts, or diagrams, they also coordinate with your current document look.On the Insert tab, the galleries include items that are designed to coordinate with the overall look of your document. You can use these galleries to insert tables, headers, footers, lists, cover pages, and other document building blocks. When you create pictures, charts, or diagrams, they also coordinate with your current document look.
									





			<a onclick="document.getElementById('id01').style.display='block'">
		<img class="img1" src="me_waiting_for_login_avatar_183026.png">
	     </a><br>
				</div>

				
	

		

	   


	
						
	

	

<div id="id01" class="modal">
 
  <form class="modal-content" action="/action_page.php">
  	<span onclick="document.getElementById('id01').style.display='none'" class="close" title="Close Modal">&times;</span>

    <div class="container">


      <h1>Sign Up</h1>
      <p>Please fill in this form to create an account.</p>
      <hr>
      <label for="email"><b>Email</b></label>
      <input type="text" placeholder="Enter Email" name="email" required><br>

      <label for="psw"><b>Password</b></label>
      <input type="password" placeholder="Enter Password" name="psw" required><br>

      <label for="psw-repeat"><b>Repeat Password</b></label>
      <input type="password" placeholder="Repeat Password" name="psw-repeat" required><br>
      
      <label>
        <input type="checkbox" checked="checked" name="remember" style="margin-bottom:15px"> Remember me
      </label>

      <p>By creating an account you agree to our <a href="#" style="color:dodgerblue">Terms & Privacy</a>.</p>

      <div class="clearfix">
        <button type="button" onclick="document.getElementById('id01').style.display='none'" class="cancelbtn">Cancel</button>
        <button type="submit" class="signupbtn">Sign Up</button>
      </div>
    </div>
  </form>
</div>

<script>
// Get the modal
var modal = document.getElementById('id01');

// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
  if (event.target == modal) {
    modal.style.display = "none";
  }
}
</script>


		<script>
			function openNav() {
			  document.getElementById("mySidebar").style.width = "250px";
			  document.getElementById("main").style.marginLeft = "250px";
			}

			function closeNav() {
			  document.getElementById("mySidebar").style.width = "0";
			  document.getElementById("main").style.marginLeft= "0";
			}
		</script>


/*topnav*/

		<script>
function openNave() {
  document.getElementById("myNav").style.height = "65%";
}

function closeNave() {
  document.getElementById("myNav").style.height = "0%";
}
</script>

</body>
</html>

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.