UNPKG
minix-template
Version:
latest (0.0.1)
0.0.1
minix template
minix-template
/
test
/
card
/
testError
/
common
/
component
/
comp
/
comp.css
14 lines
(12 loc)
•
200 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.item
{
width
:
700px
;
flex-direction
: column;
height
:
300px
;
align-items
: center;
margin-top
:
100px
; }
.text_style
{
font-weight
:
500
;
font-family
:Courier;
font-size
:
40px
}