diff options
Diffstat (limited to 'web/samegame/src/main/webapp/display_desktop.css')
-rw-r--r-- | web/samegame/src/main/webapp/display_desktop.css | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/web/samegame/src/main/webapp/display_desktop.css b/web/samegame/src/main/webapp/display_desktop.css new file mode 100644 index 0000000..c472f0e --- /dev/null +++ b/web/samegame/src/main/webapp/display_desktop.css @@ -0,0 +1,53 @@ +body { + background-color: grey; +} +.green { + width: 10rem; + height: 10rem; + background-color: green; +} +.red { + width: 10rem; + height: 10rem; + background-color: red; +} +.pink { + width: 10rem; + height: 10rem; + background-color: pink; +} +.aqua { + width: 10rem; + height: 10rem; + background-color: aqua; +} +.blue { + width: 10rem; + height: 10rem; + background-color: blue; +} +.lime { + width: 10rem; + height: 10rem; + background-color: lime; +} +.fuchsia { + width: 10rem; + height: 10rem; + background-color: fuchsia; +} +.maroon { + width: 10rem; + height: 10rem; + background-color: maroon; +} +.olive { + width: 10rem; + height: 10rem; + background-color: olive; +} +.center { + margin-left: auto; + margin-right: auto; + margin-top: auto; +}
\ No newline at end of file |