Yum04-54 kontoverwaltung (#11)

* Kontoverwaltung

* Kontoverwaltung Finish

* Kontoverwaltung Button not finished

* Kontoverwaltung Button not finished

* Kontoverwaltung fertig.

* Kontoverwaltung final finish
This commit is contained in:
zha19115
2023-05-08 19:16:57 +02:00
committed by GitHub
parent 2d23f8a022
commit 3b6896b630
12 changed files with 106 additions and 19 deletions

BIN
wwwroot/assets/K-QR.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -1,9 +1,8 @@
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
html, body {
margin: 0px;
padding: 0px;
background-color: #C7FFD1;
}
#content {
@ -11,7 +10,7 @@ html, body {
padding: 5%;
margin-top: 1%;
border-radius: 10px;
position: center;
}
.img {
@ -20,6 +19,8 @@ html, body {
margin: 10%;
}
button {
box-shadow: 5px 5px #d3d3d3;
}
form {
text-align: center;
}

View File

@ -2,6 +2,7 @@
html, body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
background-color: #C7FFD1;
}
h1:focus {