summaryrefslogtreecommitdiff
path: root/inc(l)assable/inc(l)assable.css
blob: 8237d99e8e03c80a12d91c842577fb5aaf012402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
body {
  font-family: monospace;
}
img {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
div {
  width: 50%;
  height: 30em;
  background-color: black;
  color: white;
}
p {
  margin-top: 0;
}