mirror of
https://github.com/LucasVbr/password-generator.git
synced 2026-05-13 17:21:57 +00:00
Center element + Update Readme
This commit is contained in:
@@ -14,7 +14,7 @@ Go to the [website](https://LucasVbr.github.io/password-generator/) then :
|
|||||||
- move the cursor to the length you want
|
- move the cursor to the length you want
|
||||||
- check characters you want
|
- check characters you want
|
||||||
|
|
||||||
![Preview]()
|

|
||||||
|
|
||||||
## Made with
|
## Made with
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -7,9 +7,9 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body onload="init()">
|
<body onload="init()">
|
||||||
<div class="container align-middle">
|
<div class="container">
|
||||||
|
|
||||||
<div class="jumbotron">
|
<div class="jumbotron" style="margin-top: 10em">
|
||||||
<h1 id="password" class="alert alert-success display-4" role="alert"></h1>
|
<h1 id="password" class="alert alert-success display-4" role="alert"></h1>
|
||||||
<input type="range" class="form-range" min="4" max="40" step="1" id="nbDigits-range">
|
<input type="range" class="form-range" min="4" max="40" step="1" id="nbDigits-range">
|
||||||
<p id="nbDigits-range-label" for="nbDigits-range">Length </p>
|
<p id="nbDigits-range-label" for="nbDigits-range">Length </p>
|
||||||
|
|||||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
Reference in New Issue
Block a user