aboutsummaryrefslogtreecommitdiff
path: root/docs/fmcsolves.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/fmcsolves.css')
-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