Jump to content
6 hours ago, Jto13 said:

How do i make a login with only one slot 

just want the html part 

like this:

id.PNG


<style>

.myInput {

background-color: rgb(46,46,46); //background-color

color: white; //text color

border-radius: 4px;

border: 1px solid white;

padding:3px;

}

</style>

 

<input type="text"  class="myInput" placeholder="ID"/>

glwys

i want to die

Link to comment
https://linustechtips.com/topic/842120-got-a/#findComment-10512174
Share on other sites

Link to post
Share on other sites

15 hours ago, Lumi said:

 


<style>

.myInput {

background-color: rgb(46,46,46); //background-color

color: white; //text color

border-radius: 4px;

border: 1px solid white;

padding:3px;

}

</style>

 

<input type="text"  class="myInput" placeholder="ID"/>

 

glwys

thanks

Link to comment
https://linustechtips.com/topic/842120-got-a/#findComment-10514588
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×