mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-07-18 12:55:53 +02:00
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:
BIN
wwwroot/assets/K-QR.png
Normal file
BIN
wwwroot/assets/K-QR.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
@ -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;
|
||||
}
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
html, body {
|
||||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
background-color: #C7FFD1;
|
||||
}
|
||||
|
||||
h1:focus {
|
||||
|
Reference in New Issue
Block a user