aboutsummaryrefslogtreecommitdiff
path: root/docs/fmcsolves.css
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-10-18 07:26:15 +0200
committerGitHub <noreply@github.com>2021-10-18 07:26:15 +0200
commitd47c5f6c44abf3018db93be6c626a3251b278f66 (patch)
tree8307513ee71816b7b9752d3c82ebec1ccd33af92 /docs/fmcsolves.css
parent75c2398bae877671dc387548c4c6942f78956e37 (diff)
parent59e3940b298830a34da251336ca8c85b1e7f7603 (diff)
downloadfmctutorial-d47c5f6c44abf3018db93be6c626a3251b278f66.tar.gz
fmctutorial-d47c5f6c44abf3018db93be6c626a3251b278f66.zip
Merge pull request #2 from lgarron/master
Add fmcsolves.cubing.net files under `/docs`.
Diffstat (limited to '')
-rw-r--r--docs/fmcsolves.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/fmcsolves.css b/docs/fmcsolves.css
new file mode 100644
index 0000000..361debc
--- /dev/null
+++ b/docs/fmcsolves.css
@@ -0,0 +1,32 @@
1html,
2body {
3 display: grid;
4 font-family: sans-serif;
5 box-sizing: border-box;
6 height: 100%;
7 padding: 0;
8}
9
10body {
11 background-color: rgb(255, 245, 235);
12 place-content: center;
13 gap: 1em;
14 padding: 1em;
15}
16
17h1 {
18 text-align: center;
19}
20
21section {
22 background-color: white;
23 box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.25);
24 min-width: 40em;
25 padding: 1em 2em 2em;
26 display: grid;
27}
28
29.icon {
30 height: 2em;
31 vertical-align: middle;
32}

Generated with cgit - Back to sebastiano.tronto.net