UNPKG
@zeix/ui-element
Version:
latest (0.12.2)
0.12.2
0.12.1
0.12.0
0.11.0
0.10.1
0.10.0
0.9.4
UIElement - minimal reactive framework based on Web Components
@zeix/ui-element
/
docs-src
/
components
/
my-counter
/
my-counter.css
21 lines
(17 loc)
•
212 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
my-counter {
display
: flex;
gap
:
0.5rem
;
margin-block
:
1rem
;
p
{
display
: inline-block;
margin
:
0
;
flex
:
1
; }
span
{
margin-right
:
0.5rem
; }
button
{
padding
:
0.25rem
0.5rem
;
flex
:
0
; } }