Lars algemeen #39
@@ -9,6 +9,14 @@
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.settings label {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.settings input[type="password"], .settings input[type="text"] {
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.settings-password {
|
||||
|
||||
}
|
||||
|
||||
@@ -1,14 +1,18 @@
|
||||
<div class="content">
|
||||
<div class="settings">
|
||||
<form class="settings-profile">
|
||||
<form class="settings-profile platform">
|
||||
<label>Voornaam</label>
|
||||
<input type="text"
|
||||
name="first-name"
|
||||
placeholder="Voornaam"
|
||||
title="Voornaam"
|
||||
><br />
|
||||
<label>Achternaam</label>
|
||||
<input type="text"
|
||||
name="last-name"
|
||||
placeholder="Lastname"
|
||||
><br />
|
||||
<label>Woonplaats</label>
|
||||
<input type="text"
|
||||
name="place"
|
||||
placeholder="Woonplaats"
|
||||
|
||||
Reference in New Issue
Block a user