UNPKG
minix-template
Version:
latest (0.0.1)
0.0.1
minix template
minix-template
/
test
/
card
/
testError
/
pages
/
selector
/
selector.css
23 lines
(18 loc)
•
218 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
div
{
flex-direction
: column; }
.title
{
font-size
:
30px
; }
#contentId
{
font-size
:
20px
; }
.title
,
.content
{
padding
:
5px
; }
.container
text
{
color
:
#007dff
; };
.container
>
text
{
color
:
#fa2a2d
; }