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