mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-19 03:20:17 -04:00
hhh
This commit is contained in:
parent
d6ae035371
commit
2c712a13c2
90
css/loginCSS.css
Normal file
90
css/loginCSS.css
Normal file
|
@ -0,0 +1,90 @@
|
|||
body{
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
background:#3498db;
|
||||
margin: 0 auto 0 auto;
|
||||
width:100%;
|
||||
text-align:center;
|
||||
margin: 20px 0px 20px 0px;
|
||||
}
|
||||
|
||||
p{
|
||||
font-size:12px;
|
||||
text-decoration: none;
|
||||
color:#ffffff;
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size:1.5em;
|
||||
color:#525252;
|
||||
}
|
||||
|
||||
.box{
|
||||
background:white;
|
||||
width:300px;
|
||||
border-radius:6px;
|
||||
margin: 0 auto 0 auto;
|
||||
padding:0px 0px 70px 0px;
|
||||
border: #2980b9 4px solid;
|
||||
}
|
||||
|
||||
.email{
|
||||
background:#ecf0f1;
|
||||
border: #ccc 1px solid;
|
||||
border-bottom: #ccc 2px solid;
|
||||
padding: 8px;
|
||||
width:250px;
|
||||
color:#AAAAAA;
|
||||
margin-top:10px;
|
||||
font-size:1em;
|
||||
border-radius:4px;
|
||||
}
|
||||
|
||||
.password{
|
||||
border-radius:4px;
|
||||
background:#ecf0f1;
|
||||
border: #ccc 1px solid;
|
||||
padding: 8px;
|
||||
width:250px;
|
||||
font-size:1em;
|
||||
}
|
||||
|
||||
.btn{
|
||||
background:#2ecc71;
|
||||
width:125px;
|
||||
padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
color:white;
|
||||
border-radius:4px;
|
||||
border: #27ae60 1px solid;
|
||||
|
||||
margin-top:20px;
|
||||
margin-bottom:20px;
|
||||
float:left;
|
||||
margin-left:16px;
|
||||
font-weight:800;
|
||||
font-size:0.8em;
|
||||
}
|
||||
|
||||
.btn:hover{
|
||||
background:#2CC06B;
|
||||
}
|
||||
|
||||
#btn2{
|
||||
float:left;
|
||||
background:#3498db;
|
||||
width:125px; padding-top:5px;
|
||||
padding-bottom:5px;
|
||||
color:white;
|
||||
border-radius:4px;
|
||||
border: #2980b9 1px solid;
|
||||
|
||||
margin-top:20px;
|
||||
margin-bottom:20px;
|
||||
margin-left:10px;
|
||||
font-weight:800;
|
||||
font-size:0.8em;
|
||||
}
|
||||
|
||||
#btn2:hover{
|
||||
background:#3594D2;
|
||||
}
|
|
@ -36,7 +36,7 @@
|
|||
<li><a href="#">Campaigns</a></li>
|
||||
<li><a href="#">Influencers</a></li>
|
||||
<li><a href=".sec01">Get Started</a></li>
|
||||
<li><a href="link">Log In</a></li>
|
||||
<li><a href="login.html">Log In</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<link "href"='https://fonts.googleapis.com/css?family=Open+Sans:700,600' "rel"='stylesheet' type='css/login.css'>
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:700,600' rel='stylesheet' type='css/login.css'>
|
||||
|
||||
<form method="post" action="login.html">
|
||||
<div class="box">
|
||||
|
|
Loading…
Reference in New Issue
Block a user