mirror of
https://github.com/zyllian/pipefall.git
synced 2025-01-18 03:32:55 -08:00
12 lines
128 B
CSS
12 lines
128 B
CSS
body {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
.pipe {
|
|
max-width: 50%;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.center-contents {
|
|
text-align: center;
|
|
}
|