diff --git a/css/style.css b/css/style.css index 3d5b3b8..ac3b4a1 100644 --- a/css/style.css +++ b/css/style.css @@ -1,11 +1,51 @@ * { - background: #000; - padding: 0; - margin: 0; + padding: 0; + margin: 0; + color: white; } + +body { + background-image: url("../images/bg.jpg"); + background-size: cover; +} - canvas { - background: #000; - display: block; - margin: 0 auto; - } \ No newline at end of file +canvas { + display: block; + flex-shrink: 0; + } + +.columns { + display: flex; + flex-direction: row; + justify-content: center; +} + +.side { + flex-grow: 2; +} + +.rows { + display: flex; + flex-direction: column; + margin: 5% 2%; +} + +.hold { + max-width: 120px; + height: initial; +} + +.stats { + margin: 10% 0; +} + +.matrix { + max-width: 200px; + margin: 5% 2%; + border: 0.5px solid grey; +} + +.next { + max-width: 120px; + margin: 5% 2%; +} \ No newline at end of file diff --git a/images/bg.jpg b/images/bg.jpg new file mode 100644 index 0000000..8a11787 Binary files /dev/null and b/images/bg.jpg differ diff --git a/index.html b/index.html index 247f319..e9fd5ae 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,19 @@
- +