Javascript hinzugefügt

This commit is contained in:
Franziska 2021-03-29 13:46:41 +02:00
parent f48c5f4fe3
commit f7336776cb
3 changed files with 152 additions and 25 deletions

View file

@ -1,32 +1,28 @@
#wrapper {
width: 1800px;
/*background-color:red;*/
width: 100%;
}
#center {
text-align: center;
width:1024px;
width: 55%;
float:left;
/* background-color:green;*/
}
#right {
width:650px;
margin-left:1150px;
/* background-color:blue;*/
width:35%;
margin-left: 60%;
}
#aktuellerTick {
width:300px;
width:50%;
text-align: center;
float:left;
}
#aktuellerSpieler {
width:300px;
width:50%;
text-align: center;
margin-left:50px;
float: right;
}
@ -42,8 +38,11 @@
text-align: right;
}
input[type="submit"] {
width:150px;
input[type="button"] {
width:25%;
}
input[type="text"] {
width:30%
}
#Liste {