Showing posts with label LOGIN Page. Show all posts
Showing posts with label LOGIN Page. Show all posts

Monday 14 March 2022

Login Page in html and css



html code:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<div class="circle1"></div>
<div class="circle2"></div>
<div class="container">
<h1 id="heading1">Login Here</h1>
<label id="username">Usernme</label><br>
<input type="email" id="email" placeholder="Email" required><br>
<label id="Pa">Password</label>
<input type="email" id="password" placeholder="Password" required><br>
<button id="submit">Log In</button>
<button id="submit1">Google</button>
<button id="submit2">Facebook</button>
</div>
</body>
</html>
 

 

Css COde 

*{
margin: 0;
padding: 0;
font-family: sans-serif;
}
body{
background-color: rgb(0, 0, 0);
}
.circle1{
width: 141px;
height: 138px;
background: rgba(13, 0, 255, 0.89);
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
border-radius: 100px;
position: relative;
bottom: -20px;
left: 410px;
}
.circle2{
width: 141px;
height: 138px;
background: rgba(255, 115, 0, 0.89);
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
border-radius: 100px;
position: relative;
bottom: -100px;
left: 47.6em;
top: 17.5em;
}
.container{
background: #fffdfd2a;
width: 352px;
height: 422px;
position: absolute;
top: 5em;
left: 30em;
border-radius: 13px;
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#heading1{
font-family: Georgia;
font-size: 32px;
padding-left: 73px;
position: relative;
top: 10px;
color: aliceblue;
text-shadow: #a100002a;
font-weight: 300;
}
#username{
font-family: Georgia;
color: aliceblue;
text-shadow: #a100002a;
padding-left: 20px;
font-weight: 300;
font-size: 20px;
position: relative;
bottom: -1.5em;
}
#Pa{
font-family: Georgia;
color: aliceblue;
text-shadow: #a100002a;
padding-left: 20px;
font-weight: 300;
font-size: 20px;
position: relative;
bottom: -3.5em;
}
#email{
width: 299px;
height: 37px;
margin-left: 24px;
border-radius: 12px;
background-color: #4e4c4cad;
border: none;
padding-left: 24px;
position: relative;
left: -7px;
top: 3em;
}
#password{
width: 299px;
height: 37px;
margin-left: 24px;
border-radius: 12px;
background-color: #4e4c4cad;
border: none;
padding-left: 24px;
position: relative;
left: -7px;
border-style: none;
top: 6em;
}
#submit{
border-radius: 4px;
width: 300px;
height: 40px;
position: absolute;
top: 20em;
left: 1.6em;
border: none;
background: rgb(168, 161, 161);
color:#000
}
#submit:hover{
background-color: #ffff;
}
#submit1{
border-radius: 4px;
width: 150px;
height: 40px;
position: absolute;
top: 24em;
left: 1.6em;
border: 1px solid rgb(17, 17, 17);
background: rgba(168, 161, 161, 0);
color:#000
}
#submit1:hover{
background-color: #fff;
}
#submit2{
border-radius: 4px;
width: 150px;
height: 40px;
position: absolute;
top: 24em;
left: 12.6em;
border: 1px solid rgb(17, 17, 17);
background: rgba(168, 161, 161, 0);
color:#000
}
#submit2:hover{
background-color: #fff;
}

 

Sunday 13 March 2022

Html Templates

 

HTML CODE


 

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous"/>
  <title>Document</title>
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/fontawesome.min.css" integrity="sha512-8Vtie9oRR62i7vkmVUISvuwOeipGv8Jd+Sur/ORKDD5JiLgTGeBSkI3ISOhc730VGvA5VVQPwKIKlmi+zMZ71w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
  <link rel="stylesheet"  href="a.css">
</head>
<body>
  <header>
    <div class="navigation-container">
      <nav>
        <ul class="ul-1 ">
          <img src="logo-dark.png" alt="logo" id="i-1">
          <input type="text" placeholder="   Search" id="s1">
          <li class="nn-1"><a href="#">Home</a></li>
          <li class="nn-1"><a href="#">New</a></li>
          <li class="nn-1"><a href="#">About</a></li>
          <li class="nn-1"><a href="#">Contect</a></li>
        </ul>
      </nav>
    </div>
  </header>
  <main>
    <div class="ma-s">       
      <img src="a.gif" alt="managing" class="Bg-img"
    <div class="ashir">
      <div class="Linput">
        <h1 id="heading">Login</h1>
        <label for="Username" id="U-1"><h2>Username</h2></label>
        <input type="emial"  id="U-2" placeholder="  Username">
        <br>
        <label for="Password" id="P-1"><h2>Password</h2></label>
        <br>
        <input type="password" id="P-2" placeholder="  Password">
        <button class="bt-login">Login</button>
      </div>
    </div>
  </div>
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" id="pp-1">
    <path fill="#2EE59D" fill-opacity="1" d="M0,96L120,128C240,160,480,224,720,229.3C960,235,1200,181,1320,154.7L1440,128L1440,320L1320,320C1200,320,960,320,720,320C480,320,240,320,120,320L0,320Z"></path>
  </svg>
  </main>
  <footer>
    <div id="ff-f">
      <div class="Social" >
        <ul class="UL-1">
          <li class="L-1" id="a1"><a  href="#"><img src="facebook.png" alt="facebook" width="50px"></a></li>
          <li class="L-1" id="a2"><a  href="#"><img src="instagram.png" alt="instagram" width="50px"></a></li>
          <li class="L-1" id="a3"><a  href="#"><img src="whatsapp.png" alt="whatsapp" width="50px"></a></li>
          <li class="L-1" id="a4"><a  href="#"><img src="twitter.png" alt="twitter" width="50px"></a></li>
        </ul>
      </div>
      <div class="List1">
        <h1>About</h1>
        <p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Dolore consequatur tempore molestias nisi, eveniet quos ullam rem quidem blanditiis placeat est officiis alias voluptas recusandae magni nam? Dolorum dignissimos possimus rerum. Deleniti ea tempora, incidunt autem vitae, iusto suscipit amet obcaecati voluptatibus repellat quos voluptatum perspiciatis placeat assumenda in unde hic accusantium sit soluta dolore iure eveniet, eligendi vel exercitationem! Quaerat, totam rerum ex perferendis magni ratione! Eligendi tempora ut aliquid dolorum error iusto accusamus officiis nam nostrum aspernatur numquam officia accusantium, dolore dolores perferendis. Praesentium ut dolorum, earum numquam a ullam aperiam similique nobis ducimus ab aliquid alias laborum debitis reprehenderit qui. Obcaecati aliquam consequatur, fugiat ipsa sit repellat iure dolorum nulla inventore dolor voluptates debitis iste est quaerat!</p>
      </div>
      <div class="copy">
        <h1>Copyright by Ashir</h1>
      </div>
    </div>
    </footer>
</body>
</html>  

 CSS CODE

@import
url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,300,600,700,900);
*{
  padding:0px;
  margin0px;
}
body{
  background-colorrgb(231231231);
}
/* Navigation starting div */
/* this is navigation code */
.navigation-container{
  background-colorrgb(255254254);
  border-colorrgba(0000.15);
  box-shadow12px 12px 40px rgba(92141520.466);
  colorrgba(0000.65);
  padding0.5em;
  position:static;
  top12rem;
  
}
/* this is logo code */
#i-1{
  width8em;
}
/* orderd list code */
.nn-1{
  color:white;
  displayinline;
  padding4em;
  positionrelative;
  top0.5em;
  bordernone;
  font-family:'Franklin Gothic Medium''Arial Narrow'Arialsans-serif;
}
/* this is hover effect code of navigation */
.nn-1:hover{
  background-color#2EE59D;
  box-shadow0px 15px 20px rgba(462291570.4);
  color#fff;
  transformtranslateY(-7px);
  padding-top29px;
  padding-bottom22px;
}
/* navigation link desgin */
a{
  text-decorationnone;
  color:#696161
}
/* this is Search bar code */
#s1{
  width80px;
  height40px;
  position: abolute;
  border-radius50%;
  z-index4;
  positionabsolute;
  right200px;
  marginauto;
  outlinenone;
  border2px solid rgba(2552552550.698);
  background-colorrgb(248244244);
  box-shadow0 8px 32px 0 rgba(2552552550.794);
  color#00f0a0;
  text-shadow0 0 10px #2EE59D;
  padding0 80px 0 20px;
  border-radius30px;
  /* this is creating up and down shadow */
  transitionall 1s;
  font-weightbolder;
  letter-spacing0.1em;
}
/* search bar hover effect */
#s1:hover{
  cursorpointer;
}
/* search bar focus means that it can create like a drawer effect */
#s1:focus{
  width300px;
  opacity1;
  cursortext ;
}
#s1::placeholder {
  color#2EE59D;
  opacity0.5;
  font-weightbolder;
}
/* Navigation endding div */
/* main div */
.ma-s img{
  width450px;
  height400px;
  positionrelative;
  top30px;
  image-renderingoptimizeQuality;
  image-resolution12px;
}
/* login block  */
.ashir{
  width400px;
  height400px;
  backgroundrgba(2552552550.876);
  box-shadow0 8px 32px 0 rgba(2552552550.794);
  backdrop-filterblur14.5px );
  -webkit-backdrop-filterblur14.5px );
  border-radius10px;
  border1px solid rgba(2552552550.698);
  margin-left800px;
  margin-top-20px;
  border-radius20px;
  positionrelative;
  bottom350px;
}
.Linput{
  padding35px;
}
#heading{
  positionrelative;
  left110px;
  bottom:30px;
  font-size40px;
  color:#2EE59D;
  text-shadow:  #2EE59D 3px 5px 14px;
}
#U-1{
  positionrelative;
  marginauto;
  bottom20px;
  font-sizebolder;
  color:#2EE59D;
  text-shadow#2EE59D 3px 5px 14px;
}
#U-2::placeholder{
  color#2EE59D;
  opacity0.5;
  font-weightbolder;
}
#U-2{
  width320px;
  height36px;
  font-weightbolder;
  border-radius144px;
  bordernone;
  padding-left12px;
  outline#02da92;
  color#02da92;
  background#9b9898;
  box-shadowinset 23px 23px 46px #f3f2f2,
  inset -23px -23px 46px #ffffff;
}
#P-1{
  positionrelative;
  marginauto;
  top10px;
  font-size20px;
  color:#2EE59D;
  text-shadow#2EE59D 3px 5px 14px;
}
#P-2{
  width320px;
  padding-left12px;
  height36px;
  font-weightbolder;
  border-radius144px;
  bordernone;
  outline#02da92;
  color#02da92;
  background#9b9898;
  positionrelative;
  top:20px;
  box-shadowinset 23px 23px 46px #f3f2f2,
  inset -23px -23px 46px #ffffff;
}
#P-2::placeholder{
  color#2EE59D;
  opacity0.5;
  font-weightbolder;
}
/* From cssbuttons.io */
.bt-login {
  padding1.3em 3em;
  font-size12px;
  text-transformuppercase;
  letter-spacing2.5px;
  font-weight500;
  color#000;
  background-color#fff;
  bordernone;
  border-radius45px;
  box-shadow0px 8px 15px rgba(0000.1);
  transitionall 0.3s ease 0s;
  cursorpointer;
  outlinenone;
  positionrelative;
  left85px;
  top40px;
  font-family:'Franklin Gothic Medium''Arial Narrow'Arialsans-serif;
  font-size15px;
 }

 .bt-login:hover {
  background-color#2EE59D;
  box-shadow0px 15px 20px rgba(462291570.4);
  color#fff;
  transformtranslateY(-7px);
 }
 
 .bt-login:active {
  transformtranslateY(-1px);
  }
  /* wave code */
  #pp-1
    positionrelative;
    bottom400px;
  }
/* this si footer */
.List1{
  width860px;
  word-spacing10px;
  padding-right12px ;
  margin-left24px;
}
/* social code */
.copy{
  positionabsolute;
  bottom100px;
  left970px;
  text-shadow2px 2px 2px 2px  #696161;
}
#ff-f{
  background-color#f3efef;
  height300px;
  positionrelative;
  bottom25.8em;
  /* box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; */
  box-shadowrgba(5050930.250px 30px 60px -12px insetrgba(0000.30px 18px 36px -18px inset;
  border-radius2px;
}
.L-1{
  displayinline;
  floatright;
  positionrelative;
  top1em;
  margin12px;
  padding5px;
}
#a1:hover{
  border-radius50px;
  background#001675d0;
  box-shadow:  3px 3px 6px #02da92,
               -3px -3px 6px #02da92;
}
#a2:hover{
  border-radius50px;
  background#6d1313d0;
  box-shadow:  3px 3px 6px #02da92,
               -3px -3px 6px #02da92;
}
#a3:hover{
  border-radius50px;
  background#15b800d0;
  box-shadow:  3px 3px 6px #02da92,
               -3px -3px 6px #02da92;
}
#a4:hover{
  border-radius50px;
  background#0080f8;
  box-shadow:  3px 3px 6px #02da92,
               -3px -3px 6px #02da92;
}
/* ending of social account */




How to install and setup java in Windows

 Step 1:          first, you want to ensure that the JDK is installed in your system                        Then press Windows +  R  key  as...