1

add more UI improvements and functionality

This commit is contained in:
killerber4t
2020-03-14 02:03:08 +01:00
parent 3849b61614
commit 3d7681fc8f
4 changed files with 35 additions and 15 deletions

View File

@ -29,7 +29,7 @@
<h1>Gruppenerstellung</h1>
<div class="container-fluid">
<form method="post" action="/gruppen2/createGroup">
<div class="shadow p-2" style="border: 10px solid aliceblue; background: aliceblue">
<div class="shadow p-2" style=" border: 10px solid aliceblue; background: aliceblue">
<div class="form-group">
<label for="titel">Titel</label>
<input type="text" class="form-control" id="titel" th:name="title" required>