diff --git a/inputs/index.html b/inputs/index.html index 249bce8..4c59473 100644 --- a/inputs/index.html +++ b/inputs/index.html @@ -21,51 +21,58 @@

All about Inputs

-

Required

-
- - - -
- -

Autofocus

-
- - - -
- -

Placeholder

-
- - - -
- -

E-mail

-
- - - -
- -

Regex validations

-
- - - -
-

Color picker

Color Me!

- -

Voice recognition(Only mobile devices)

- + +
+

Required

+
+ + + +
+
+ +
+

Autofocus

+
+ + + +
+
+ +
+

Placeholder

+
+ + + +
+
+ +
+

E-mail

+
+ + + +
+
+ +
+

Regex validations

+
+ + + +
+
diff --git a/main.css b/main.css index 815f0be..b33685d 100644 --- a/main.css +++ b/main.css @@ -24,6 +24,13 @@ li { list-style: none; } +.box { + border: 1px dotted; + border-radius: 5px; + padding: 10px; + width: 80%; + margin: 10px; +} .demo { margin: 30px auto 30px auto; display: flex;