summaryrefslogtreecommitdiffstats
path: root/Aufgabe04/user.html
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-04-26 14:50:52 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-04-26 14:50:52 +0200
commitb857587a8f070b93749d8c25286cf28bad436f80 (patch)
tree2f7d2d380388bc4d7222a6526eaa28668f72fce1 /Aufgabe04/user.html
parent244f5cb930ddd208e0dc2a1741ac1c4b4f127da7 (diff)
downloadInternetTechnologien-b857587a8f070b93749d8c25286cf28bad436f80.tar.gz
InternetTechnologien-b857587a8f070b93749d8c25286cf28bad436f80.zip
Add styling to task 4
Diffstat (limited to 'Aufgabe04/user.html')
-rw-r--r--Aufgabe04/user.html27
1 files changed, 17 insertions, 10 deletions
diff --git a/Aufgabe04/user.html b/Aufgabe04/user.html
index c647f51..4c090cb 100644
--- a/Aufgabe04/user.html
+++ b/Aufgabe04/user.html
@@ -3,20 +3,27 @@
<head>
<meta charset="UTF-8">
<title>User</title>
-<link rel="stylesheet" type="text/css" href="underline.css">
+<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
- <a href="./" accesskey="b"><em>B</em>ack
- </a>
+ <a href="./" accesskey="b"><em>B</em>ack </a>
<form action="http://www-in.fh-swf.de/fbp-cgi/showenv.pl" method="post">
<h1>User</h1>
- <label for="username"><u>U</u>sername:</label><input type="text"
- placeholder="Username" id="username" name="username" accesskey="u"
- maxlength="100"><br> <label for="password"><u>P</u>assword:</label><input
- type="password" placeholder="Password" id="password" name="password"
- accesskey="p"><br> <label for="passwordagain">Reenter P<u>a</u>ssword:</label><input
- type="password" placeholder="Reenter Password" id="passwordagain" name="passwordagain"
- accesskey="a"><br>
+ <div class="row">
+ <label for="username"><u>U</u>sername:</label><input class="formw" type="text"
+ placeholder="Username" id="username" name="username" accesskey="u"
+ maxlength="100">
+ </div>
+ <div class="row">
+ <label for="password"><u>P</u>assword:</label><input class="formw" type="password"
+ placeholder="Password" id="password" name="password" accesskey="p">
+ </div>
+ <div class="row">
+ <label for="passwordagain">Reenter P<u>a</u>ssword:
+ </label><input class="formw" type="password" placeholder="Reenter Password"
+ id="passwordagain" name="passwordagain" accesskey="a">
+ </div>
+ <div class="spacer">&nbsp;</div>
<button type="submit" accesskey="e">
R<u>e</u>gister
</button>