Stylesheet hinzugefügt
This commit is contained in:
parent
6f610d5166
commit
4cd7edf4b8
1 changed files with 51 additions and 0 deletions
51
website/stylesheet.css
Normal file
51
website/stylesheet.css
Normal file
|
@ -0,0 +1,51 @@
|
|||
#wrapper {
|
||||
width: 1800px;
|
||||
/*background-color:red;*/
|
||||
}
|
||||
|
||||
#center {
|
||||
text-align: center;
|
||||
width:1024px;
|
||||
float:left;
|
||||
/* background-color:green;*/
|
||||
}
|
||||
|
||||
#right {
|
||||
width:650px;
|
||||
margin-left:1150px;
|
||||
/* background-color:blue;*/
|
||||
}
|
||||
|
||||
#aktuellerTick {
|
||||
width:300px;
|
||||
text-align: center;
|
||||
float:left;
|
||||
}
|
||||
|
||||
|
||||
#aktuellerSpieler {
|
||||
width:300px;
|
||||
text-align: center;
|
||||
margin-left:50px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#hinzufügen {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#löschen {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#ändern {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
width:150px;
|
||||
}
|
||||
|
||||
#Liste {
|
||||
text-align: center
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue