UNPKG
@mr_hugo/boredom
Version:
latest (0.28.1)
0.28.1
0.27.1
0.26.1
0.25.26
0.25.25
0.25.24
0.25.23
0.25.22
0.25.21
0.25.20
0.25.19
0.25.18
0.25.17
0.25.16
0.25.15
0.25.12
0.25.11
0.25.10
0.25.9
0.25.8
0.25.7
0.25.6
0.25.5
0.25.4
0.25.2
0.25.1
Another boring JavaScript framework.
github.com/HugoDaniel/boreDOM
HugoDaniel/boreDOM
@mr_hugo/boredom
/
examples
/
tic-tac-toe
/
game-button.css
10 lines
(9 loc)
•
165 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
:where
(game-
button
button
) {
display
: flex;
justify-content
: center;
align-items
: center;
margin
: auto;
width
:
100%
;
height
:
10rem
;
font-size
:
5rem
; }