aboutsummaryrefslogtreecommitdiff
path: root/cool-inputs/src/index.html
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-02 18:02:33 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-02 18:02:33 +0200
commitf707d0658013504f71545c2a95d415824f96ac35 (patch)
tree06812cde4a44afab53397ae9bc57f36cd4cf7855 /cool-inputs/src/index.html
parent5b22c550dbcb203d685b02f4f4a4b6e63556ba60 (diff)
downloadcss-snippets-f707d0658013504f71545c2a95d415824f96ac35.tar
css-snippets-f707d0658013504f71545c2a95d415824f96ac35.tar.gz
css-snippets-f707d0658013504f71545c2a95d415824f96ac35.zip
Renamed login-page to cool inputs, cleaned out design, improved compatibility
Diffstat (limited to 'cool-inputs/src/index.html')
-rw-r--r--cool-inputs/src/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/cool-inputs/src/index.html b/cool-inputs/src/index.html
new file mode 100644
index 0000000..de52cb3
--- /dev/null
+++ b/cool-inputs/src/index.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <link rel="stylesheet" href="styles.css">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Cool inputs</title>
+ </head>
+ <body>
+ <form>
+ <section class="input-selection">
+ <input type="text" placeholder="Username">
+ <label>Username</label>
+ </section>
+ <section class="input-selection">
+ <input type="password" placeholder="Password">
+ <label>Password</label>
+ </section>
+ </form>
+ </body>
+</html>