Answer the question
In order to leave comments, you need to log in
How to change user password through mysql database?
It is necessary for the user to change the user's password through the mysql database, but I do not understand how it is hashed.
The password in the database starts with "$2y$10$"
How can I make my password look the same?
Answer the question
In order to leave comments, you need to log in
On the left is a select (or any drop-down list), in the middle is an input, on the right is a button. Give them a background and the right border. You can arrange it in a row by setting display:flex to the container.
.etot-element {
display: flex;
}
<div class="etot-element">
<select>
<option>Browse</option>
<option>Blabla</option>
</select>
<input type="text" placeholder="Search for Item...">
<button><div class="search-icon"></div></button>
</div>
cached
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question