diff options
Diffstat (limited to 'static/player.css')
| -rw-r--r-- | static/player.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/static/player.css b/static/player.css new file mode 100644 index 0000000..3766bc7 --- /dev/null +++ b/static/player.css @@ -0,0 +1,15 @@ +#Player-Page-content{ + position: fixed; + left: 50%; + margin-left: -300px; + top: 50%; + margin-top: -200px; + width: 600px; + height: 400px; + text-align: center; +} + +#Player-Page-head{ + font-size: 120pt; +} + |
