Credits added

This commit is contained in:
Abel 2021-12-31 17:44:43 +01:00
parent 6f4510f604
commit cc49ef43e4
2 changed files with 19 additions and 10 deletions

View File

@ -29,7 +29,7 @@ header h1.logo:hover {
* Centering the body content * Centering the body content
*/ */
.container { .container {
width: 1200px; width: 1000px;
margin: 0 auto; margin: 0 auto;
} }
div.home { div.home {
@ -60,14 +60,23 @@ div.entry-group {
text-align: left; text-align: left;
margin: 10pt; margin: 10pt;
vertical-align: middle; vertical-align: middle;
float: left; align-items: center;
overflow: hidden;
-webkit-border-radius: 6px; -webkit-border-radius: 6px;
-moz-border-radius: 6px; -moz-border-radius: 6px;
border-radius: 6px; border-radius: 6px;
} }
div.entry-label {
min-width: 80%
}
div.entry-text {
min-width: 80%
}
div.messages { div.messages {
padding: 10px 10px 10px 10px; padding: 10px 10px 10px 10px;
background-color: #1c3054; background-color: #1c3054;

View File

@ -6,18 +6,18 @@
{{ form.csrf }} {{ form.csrf }}
<div class="form-group"> <div class="form-group">
<div class="entry-group"> <div class="entry-group">
<label for="name">Postcode:</label> <div class="entry-label"><label for="name">Postcode:</label></div>
<input type="text" class="form-control" id="postcode" name="postalcode" placeholder="Wat is je postcode?"> <div class="entry-text"><input type="text" id="postcode" name="postalcode" placeholder="Wat is je postcode?"></div>
</div> </div>
<div class="entry-group"> <div class="entry-group">
<label for="houseno">Huisnummer:</label> <div class="entry-label"><label for="houseno">Huisnummer:</label></div>
<input type="text" class="form-control" id="houseno" name="houseno" placeholder="Wat is je huisnummer?"> <div class="entry-text"><input type="text" id="houseno" name="houseno" placeholder="Wat is je huisnummer?"></div>
</div> </div>
<div class="entry-group"> <div class="entry-group">
<label for="houseno_ext">Toevoeging:</label> <div class="entry-label"><label for="houseno_ext">Toevoeging:</label></div>
<input type="text" class="form-control" id="houseno_ext" name="houseno_ext" placeholder="een huisnummer toevoeging?"> <div class="entry-text"><input type="text" id="houseno_ext" name="houseno_ext" placeholder="een huisnummer toevoeging?"></div>
</div> </div>
<div class="input-submit"> <div class="input-submit">