aboutsummaryrefslogtreecommitdiff
path: root/docs/fmcsolves.css
blob: 361debc5d3f23191380185e1336c4f8b9e9e8035 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
html,
body {
  display: grid;
  font-family: sans-serif;
  box-sizing: border-box;
  height: 100%;
  padding: 0;
}

body {
  background-color: rgb(255, 245, 235);
  place-content: center;
  gap: 1em;
  padding: 1em;
}

h1 {
  text-align: center;
}

section {
  background-color: white;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.25);
  min-width: 40em;
  padding: 1em 2em 2em;
  display: grid;
}

.icon {
  height: 2em;
  vertical-align: middle;
}

Generated with cgit - Back to sebastiano.tronto.net