incdec/static/app.styl

30 lines
324 B
Stylus
Raw Permalink Normal View History

2020-06-21 13:57:47 +00:00
html
height: 100%
body
position: absolute
top: 0
bottom: 0
left: 0
right: 0
display: flex
2020-06-21 13:57:47 +00:00
align-items: center
justify-content: space-around
2020-06-21 18:39:57 +00:00
background: #eee
2020-06-21 13:57:47 +00:00
#dec
grid-column: 1
#counter
grid-column: 2
font-size: 8em
2020-06-21 18:39:57 +00:00
color: #333
2020-06-21 13:57:47 +00:00
#inc
grid-column: 3
#inc, #dec
width: 10em
height: 10em