File: style.css

package info (click to toggle)
python-ws4py 0.5.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 696 kB
  • sloc: python: 4,520; makefile: 140; javascript: 96
file content (18 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 body {
        margin: 0;
        padding: 0;
        text-align: left;
        padding-top: 20px;
}

#game {
        background: #eee;
        margin: auto;
        overflow: hidden;
        width: 900px;
        height: 620px;
        box-shadow: 8px 8px 12px #020100;
}

#pong {
}