Best Blogger Tips

Saturday 15 June 2013

Creating a beautiful login web page.


Creating a beautiful login web page.

Screen Shot

login page

Description

It is a beautifully designed login page with HTML and CSS. The colour schemes are really eye catching and the web page is very flexible and responsive. The coding with CSS is simple and you can easily tweak it to adopt the custom design as far as your requirements are concerned.

HTML

<html>
<head>


<link rel="stylesheet" type="text/css" href="css/mainStyle.css"/>
</head>
<body>
<div id="container">       
<form>
<label for="username">Username:</label>
 <input type="text" id="username" name="username"><br />
<label for="password">Password:</label>
<input type="password" id="password" name="password">
<div id="lower">
<input type="checkbox"><label for="checkbox">Keep me logged in</label>
<br />
<button  class="button_signin_signup ">Sign in</button> 
<button  class="button_signin_signup ">Sign up</button>
</div><!--/ lower-->
 </form>
</div>
   <div class="footer">
            <p>Copyright (c) @ Bloggers Broadcast</p>
        </div>
</body>



</html>

CSS

html, body {   
 width: 100%;   
height: 100%;   
font-family: "Helvetica Neue", Helvetica, sans-serif;   
color: #444;   
-webkit-font-smoothing: antialiased;    background: #81FF90;
}

form {
    margin: 0 auto;
    margin-top: 20px;
}
label {
    color: #555;
    display: inline-block;
    margin-left: 18px;
    padding-top: 10px;
    font-size: 14px;
}
p a {
    font-size: 11px;
    color: #aaa;
    float: right;
    margin-top: -13px;
    margin-right: 20px;
}
p a:hover {
    color: #555;
}
input {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    outline: none;
}
input[type=text],
input[type=password] {
    color: #777;
    padding-left: 10px;
    margin: 10px;
    margin-top: 15px;
    margin-left: 58px;
    width: 290px;
    height: 35px;
 border: 1px solid #c7d0d2;
    border-radius: 2px;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 
    0 0 0 5px #f5f7f8;
}

#lower {
    background: #ecf2f5;
    width: 100%;
    height: 69px;
    margin-top: 20px;
}
input[type=checkbox] {
    margin-left: 20px;
    margin-top: 30px;
}
.check {
    margin-left: 3px;
}
input[type=submit] {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    width: 80px;
    height: 30px;
}
.button_signin_signup {
 -moz-box-shadow:inset 0px 1px 0px 0px #caefab;
 -webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
 box-shadow:inset 0px 1px 0px 0px #caefab;
 background:-webkit-gradient( linear, left top, left bottom, 
        color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
 
        background:-moz-linear-gradient
      ( center top, #77d42a 5%, #5cb811 100% );
 
        filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr='#77d42a', endColorstr='#5cb811');
 
        background-color:#77d42a;
 -moz-border-radius:20px;
 -webkit-border-radius:20px;
 border-radius:20px;
 border:1px solid #4fb83d;
 display:inline-block;
 color:#d2e0c7;
 font-family:Comic Sans MS;
 font-size:25px;
 font-weight:bold;
 padding:9px 75px;
 text-decoration:none;
 text-shadow:1px 1px 0px #60665b;
 
 position: relative;
 top: 110px;
    left: 00%;
 
}.button_signin_signup:hover {
 background:-webkit-gradient( linear, left top, left bottom, 
        color-stop(0.05, #5cb811), color-stop(1, #77d42a) );

 background:-moz-linear-gradient
        ( center top, #5cb811 5%, #77d42a 100% );
 
        filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr='#5cb811', endColorstr='#77d42a');

 background-color:#5cb811;
}

#container {
    position: fixed;
    width: 485px;
    height: 380px;
    top: 40%;
    left: 44%;
    margin-top: -140px;
    margin-left: -170px;
 background: #77EEA6;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
 
 }
 
.footer {
    -moz-box-shadow:inset 35px -50px 1px -20px #b5de8e;
 -webkit-box-shadow:inset 35px -50px 1px -20px #b5de8e;
 box-shadow:inset 35px -50px 1px -20px #b5de8e;
 background:-webkit-gradient( linear, left top, left bottom,
        color-stop(0.05, #77d42a), color-stop(1, #cef2b1) );


 background:-moz-linear-gradient
        ( center top, #77d42a 5%, #cef2b1 100% );

 filter:progid:DXImageTransform.Microsoft.gradient
       (startColorstr='#77d42a',
       
        endColorstr='#cef2b1');

 background-color:#77d42a;
 border:1px solid #268a16;
 
 color:#306108;
 font-family:arial;
 font-size:15px;
 font-weight:bold;
 padding:6px 76px;
 text-decoration:none;
 text-shadow:-4px -2px 0px #aade7c;
 position:fixed;
   bottom:-7;
   width:100%;
   height:80px;   
  text-align:left;
   margin-top:0px;
   margin-bottom:0px;
   margin-right:0px;
   margin-left:0px;
  
  
}
 


Kindly Bookmark this Post using your favorite Bookmarking service:
Technorati Digg This Stumble Stumble Facebook Twitter
YOUR ADSENSE CODE GOES HERE

0 comments:

Blogger Tricks And TipsComment here

 

| Bloggers Broadcast © 2010. All Rights Reserved | Back To Top |

Your Text Link Here