...
ADS

Pages
News
Sponors
Location
Friday, 24 July 2020
Friday, 10 July 2020
Wednesday, 8 July 2020
How To create a simple login form with HTML ,PHP and MYSQL Part one
.my{
position:relative;
}
#loginform{
border:1px solid black;
width:250px;
height:100%;
margin:30%;
padding:10px;
border-radius:5px;
}
input[type=password],[type=text]{
width:200px;
height:30px;
border:none;
border-bottom: 2px solid black;
}
#submit{
width:150px;
height:35px;
border:none;
background-color: lightgreen;
border-radius:10px;
cursor: pointer;
}
.lf{
top:-20px;
transition:.03s;
position:relative;
}
input:focus{outline:none;}
input:focus~.lf,
input:valid~.lf{
top:-40px;
}
...
How To Find Wifi password lost or forgotten in Windows 10
Go to control Panel
Go Network
Go to Wifi Type and Click on Wifi
Click On Wireless Properties
Then Click on Security
Click On Show Characters
&nbs...
Subscribe to:
Posts (Atom)